diff options
| author | Sebastien Cote <sebas642@yahoo.ca> | 2006-10-11 08:34:14 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-10-11 08:34:14 +0000 |
| commit | 734243efa288947fa6296f2917550b8e85bbb50f (patch) | |
| tree | 660c648391a5a10e4c8142304a6e3837a01071b8 /ChangeLog | |
| parent | 2738e1f8a91e1547ab5d6aa321fff6a9221c5454 (diff) | |
gst/udp/gstudpsrc.c: Fix some leaks in caps and uris. Fixes #361252.
Original commit message from CVS:
Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
* 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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-10-11 Wim Taymans <wim@fluendo.com> + + Patch by: Sebastien Cote <sebas642 at yahoo dot ca> + + * 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 <tim at centricular dot net> * gst/wavparse/Makefile.am: |
