summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLaurent Glayal <spglegle@yahoo.fr>2007-10-09 10:01:39 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-10-09 10:01:39 +0000
commitd73a5f3250bca1e85028a74c8c35c081e1ef677f (patch)
tree5251dd4d5016c467dd4b86485e6a7d9579d5f7e8 /ChangeLog
parent1fe4050c0a299016b82bfdb70dd46d414a53a082 (diff)
downloadgst-plugins-bad-d73a5f3250bca1e85028a74c8c35c081e1ef677f.tar.gz
gst-plugins-bad-d73a5f3250bca1e85028a74c8c35c081e1ef677f.tar.bz2
gst-plugins-bad-d73a5f3250bca1e85028a74c8c35c081e1ef677f.zip
gst/rtpmanager/gstrtpbin.c: Fix memleak. Fixes #484990.
Original commit message from CVS: Patch by: Laurent Glayal <spglegle at yahoo dot fr> * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_class_init): Fix memleak. Fixes #484990.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d22a77b..d3433507 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-10-09 Wim Taymans <wim.taymans@gmail.com>
+
+ Patch by: Laurent Glayal <spglegle at yahoo dot fr>
+
+ * gst/rtpmanager/gstrtpbin.c: (create_stream),
+ (gst_rtp_bin_class_init):
+ Fix memleak. Fixes #484990.
+
2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
* gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):