summaryrefslogtreecommitdiffstats
path: root/gst/h264parse/gsth264parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/h264parse/gsth264parse.c')
-rw-r--r--gst/h264parse/gsth264parse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/h264parse/gsth264parse.c b/gst/h264parse/gsth264parse.c
index ca1d8ea3..fef7ddfc 100644
--- a/gst/h264parse/gsth264parse.c
+++ b/gst/h264parse/gsth264parse.c
@@ -75,6 +75,8 @@ gst_h264_parse_finalize (GObject * object)
h264parse = GST_H264PARSE (object);
+ g_object_unref (h264parse->adapter);
+
G_OBJECT_CLASS (parent_class)->finalize (object);
}