From 734243efa288947fa6296f2917550b8e85bbb50f Mon Sep 17 00:00:00 2001 From: Sebastien Cote Date: Wed, 11 Oct 2006 08:34:14 +0000 Subject: gst/udp/gstudpsrc.c: Fix some leaks in caps and uris. Fixes #361252. Original commit message from CVS: Patch by: Sebastien Cote * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start): Fix some leaks in caps and uris. Fixes #361252. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e84a8fd5..60bd7cdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-10-11 Wim Taymans + + Patch by: Sebastien Cote + + * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), + (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri), + (gst_udpsrc_start): + Fix some leaks in caps and uris. Fixes #361252. + 2006-10-10 Tim-Philipp Müller * gst/wavparse/Makefile.am: -- cgit