GNOME Bugzilla – Bug 746803
mxfdemux: fix segment->delta_entries memory leak
Last modified: 2015-04-04 18:57:21 UTC
.
Created attachment 300347 [details] [review] mfdemux: reset the segment before freeing it mxf_index_table_segment_parse() allocates data inside the segment (like segment->delta_entries) which have to be freeded using mxf_index_table_segment_reset().
Pushed, thanks: commit 4d790dae67f5c80827abca8e978352a71f03972b Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Thu Mar 26 11:52:33 2015 +0100 mxfdemux: fix memory leak Reset the internal segment before freeing it. mxf_index_table_segment_parse() allocates data inside the segment (like segment->delta_entries) which have to be freed using mxf_index_table_segment_reset(). https://bugzilla.gnome.org/show_bug.cgi?id=746803