From 092cb8cd5735b5c01c892cb68a8e1887799025df Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 14 Nov 2007 20:34:24 +0000 Subject: gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773). Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open): Don't leak sdp message contents (fixes #496773). * gst/udp/gstudpsink.c: (gst_udpsink_finalize): Don't leak URI string. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e24a43f4..49a86a44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-11-14 Tim-Philipp Müller + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open): + Don't leak sdp message contents (fixes #496773). + + * gst/udp/gstudpsink.c: (gst_udpsink_finalize): + Don't leak URI string. + 2007-11-14 Tim-Philipp Müller Patch by: Julien Puydt -- cgit