GNOME Bugzilla – Bug 752419
dashdemux: string is used to print a warning message after it was freed
Last modified: 2015-08-16 13:39:05 UTC
In several places in gstmpdparser.c file, the prop_string is freed before it is used in a warning message, eg: xmlFree (prop_string); GST_WARNING ("failed to parse property %s from xml string %s", property_name, prop_string);
Created attachment 307474 [details] [review] proposed patch
Thanks, pushed: commit 8b558d68cbacd354121e980aafc96c92574bc78c Author: Florin Apostol <florin.apostol@oregan.net> Date: Wed Jul 15 13:41:37 2015 +0100 dashdemux: free prop_string only after it's no longer needed https://bugzilla.gnome.org/show_bug.cgi?id=752419