From f90f5bd8bf4b4498ade5e4de0061968cbc836c2c Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 11 Apr 2006 18:03:36 +0000 Subject: gst/rtp/gstrtpmp4vdepay.c: Don't leak memory allocated by gst_buffer_new_and_alloc() by overwriting GST_BUFFER_MALLOC... Original commit message from CVS: * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process): Don't leak memory allocated by gst_buffer_new_and_alloc() by overwriting GST_BUFFER_MALLOCDATA. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 222db6b2..872ed268 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-11 Tim-Philipp Müller + + * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process): + Don't leak memory allocated by gst_buffer_new_and_alloc() by + overwriting GST_BUFFER_MALLOCDATA. + 2006-04-11 Tim-Philipp Müller * ext/libpng/gstpngdec.c: (gst_pngdec_init), -- cgit