From 1af510f8d54ddeb58f1c8e6db3f4fe45d21dd026 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 24 Sep 2007 10:53:37 +0000 Subject: Massive leak fixing, plus code cleanups. Original commit message from CVS: * ext/audioresample/gstaudioresample.c: * ext/x264/gstx264enc.c: * gst/dvdspu/gstdvdspu.c: * gst/dvdspu/gstdvdspu.h: * gst/festival/gstfestival.c: * gst/h264parse/gsth264parse.c: * gst/mpegtsparse/mpegtspacketizer.c: * gst/mpegtsparse/mpegtsparse.c: * gst/multifile/gstmultifilesink.c: * gst/multifile/gstmultifilesrc.c: * gst/nuvdemux/gstnuvdemux.c: * sys/dshowsrcwrapper/gstdshowaudiosrc.c: * sys/dshowsrcwrapper/gstdshowvideosrc.c: * sys/vcd/vcdsrc.c: Massive leak fixing, plus code cleanups. --- gst/h264parse/gsth264parse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/h264parse') 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); } -- cgit v1.2.1