[Bug 777539] flacdec: memory leak in gst_flac_dec_write
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jan 20 15:47:03 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777539
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slomo at coaxion.net
--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
I can't reproduce this here with valgrind, and there seems to be no opportunity
in the code for leaking the buffer that is allocated in gstflacdec.c:647.
Before all returns, it is passed to gst_audio_decoder_finish_frame(). So if
anything, it would be some other element leaking the buffer, or the base class.
Can you always reproduce it?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list