summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-12-12 12:11:53 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-12-12 12:11:53 +0000
commit4e481affe2d802842444d735cdd1fb7c2e351d37 (patch)
tree03a69fd03da08d35ff81a79ae246b3034c9f3f76 /ChangeLog
parent4d9802a3acfaa8a2a9dc04a4009e2b5377dcd89d (diff)
downloadgst-plugins-bad-4e481affe2d802842444d735cdd1fb7c2e351d37.tar.gz
gst-plugins-bad-4e481affe2d802842444d735cdd1fb7c2e351d37.tar.bz2
gst-plugins-bad-4e481affe2d802842444d735cdd1fb7c2e351d37.zip
gst/rtpmanager/: Fix some leaks.
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize), (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string), (gst_rtp_bin_handle_message): * gst/rtpmanager/rtpsession.c: (rtp_session_finalize), (rtp_session_send_bye): * gst/rtpmanager/rtpsource.c: (rtp_source_finalize): Fix some leaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e792817..2d790fa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-12-12 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
+ (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
+ (gst_rtp_bin_handle_message):
+ * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
+ (rtp_session_send_bye):
+ * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
+ Fix some leaks.
+
2007-12-12 Sebastian Dröge <slomo@circular-chaos.org>
* ext/dts/gstdtsdec.c: (gst_dtsdec_init),