diff options
author | Laurent Glayal <spglegle@yahoo.fr> | 2007-10-09 10:01:39 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-10-09 10:01:39 +0000 |
commit | d73a5f3250bca1e85028a74c8c35c081e1ef677f (patch) | |
tree | 5251dd4d5016c467dd4b86485e6a7d9579d5f7e8 /ChangeLog | |
parent | 1fe4050c0a299016b82bfdb70dd46d414a53a082 (diff) | |
download | gst-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |