From: Benjamin Otte Date: Wed, 4 Feb 2004 17:23:55 +0000 (+0000) Subject: gst/sine/gstsinesrc.c: fix memleak by properly disposing sinesrc X-Git-Tag: 1.19.3~507^2~23681 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b4bc6a1803d58bf80a7d8c5d33f571a06a5d274;p=platform%2Fupstream%2Fgstreamer.git gst/sine/gstsinesrc.c: fix memleak by properly disposing sinesrc Original commit message from CVS: 2004-02-04 Benjamin Otte * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init), (gst_sinesrc_dispose): fix memleak by properly disposing sinesrc --- diff --git a/ChangeLog b/ChangeLog index 0d81d3b..8d0058f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-02-04 Benjamin Otte + + * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init), + (gst_sinesrc_dispose): + fix memleak by properly disposing sinesrc + 2004-02-04 Julien MOUTTE * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):