From b026306147175c2c95922e69fcfafacdfb3483f3 Mon Sep 17 00:00:00 2001 From: Tommi Myöhänen Date: Thu, 15 Nov 2007 17:01:32 +0000 Subject: gst/rtp/gstrtph264depay.c: Fix small leak. Fixes #497017. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Tommi Myöhänen * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps): Fix small leak. Fixes #497017. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 34374261..d69dddc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-11-15 Wim Taymans + + Patch by: Tommi Myöhänen + + * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps): + Fix small leak. Fixes #497017. + 2007-11-15 Wim Taymans * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), -- cgit