Commit a0ff500b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

XSPF: fix potential memleak

parent 6b099317
...@@ -752,6 +752,7 @@ static bool parse_extension_node COMPLEX_INTERFACE ...@@ -752,6 +752,7 @@ static bool parse_extension_node COMPLEX_INTERFACE
} }
} }
if (b_release_input_item) vlc_gc_decref(p_new_input); if (b_release_input_item) vlc_gc_decref(p_new_input);
free(psz_value);
return false; return false;
} }
......
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