summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-02-04 17:23:55 +0000
committerBenjamin Otte <otte@gnome.org>2004-02-04 17:23:55 +0000
commitd6f7282bea35175d94e2e783de003fcf33238de2 (patch)
tree2819be77fd4e2a346b8460a6608cabbc7d3dceef
parent9c847a9fbace00ba0232c5a6c18bb65a0eafb2a6 (diff)
gst/sine/gstsinesrc.c: fix memleak by properly disposing sinesrc
Original commit message from CVS: 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init), (gst_sinesrc_dispose): fix memleak by properly disposing sinesrc
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d81d3b1..8d0058fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
+ (gst_sinesrc_dispose):
+ fix memleak by properly disposing sinesrc
+
2004-02-04 Julien MOUTTE <julien@moutte.net>
* gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):