Commit b9a78ce5 authored by Rémi Duraffort's avatar Rémi Duraffort

demux_xspf: fix double free (introduced by myself).

parent f9b67fc9
......@@ -731,6 +731,7 @@ static bool parse_extension_node COMPLEX_INTERFACE
FREE_VALUE();
}
FREE_NAME();
psz_value = NULL;
}
/* attribute title is mandatory except for <extension> */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment