diff options
author | Benjamin Otte <otte@gnome.org> | 2004-02-04 17:23:55 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-02-04 17:23:55 +0000 |
commit | d6f7282bea35175d94e2e783de003fcf33238de2 (patch) | |
tree | 2819be77fd4e2a346b8460a6608cabbc7d3dceef | |
parent | 9c847a9fbace00ba0232c5a6c18bb65a0eafb2a6 (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |