From: Thomas Vander Stichele Date: Tue, 20 Sep 2005 09:28:56 +0000 (+0000) Subject: gst/gstclock.c: Commit from the Political Party For More Atomic CVS Commits, so that... X-Git-Tag: RELEASE-0_9_3~106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5526c2dbe4205787b5e513143b33915c02e32264;p=platform%2Fupstream%2Fgstreamer.git gst/gstclock.c: Commit from the Political Party For More Atomic CVS Commits, so that people don't waste too much of t... Original commit message from CVS: * gst/gstclock.c: (_gst_clock_id_free): Commit from the Political Party For More Atomic CVS Commits, so that people don't waste too much of their day fishing out obvious leaks out of massive commits. Oh, and fix a pretty damn obvious leak in the memchunk removal code. --- diff --git a/ChangeLog b/ChangeLog index ac9e3c4..96381d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,17 @@ +2005-09-20 Thomas Vander Stichele + + * gst/gstclock.c: (_gst_clock_id_free): + Commit from the Political Party For More Atomic CVS Commits, + so that people don't waste too much of their day fishing + out obvious leaks out of massive commits. + Oh, and fix a pretty damn obvious leak in the memchunk + removal code. + 2005-09-20 Stefan Kost * check/Makefile.am: * check/gst-libs/controller.c: (plugin_init), (GST_START_TEST): - plug mem-leak, re-add to valgrindable tests + plug mem-leak, re-add to valgrindable tests 2005-09-20 Thomas Vander Stichele diff --git a/gst/gstclock.c b/gst/gstclock.c index acb3589..5a308e1 100644 --- a/gst/gstclock.c +++ b/gst/gstclock.c @@ -127,6 +127,7 @@ _gst_clock_id_free (GstClockID id) #ifndef GST_DISABLE_TRACE gst_alloc_trace_free (_gst_clock_entry_trace, id); #endif + g_free (id); } /**