Commit c3285153 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

xtag: fix a warning

parent f37d2269
......@@ -184,7 +184,7 @@ static int ReaderOpen( vlc_object_t *p_this )
static void ReaderClose( vlc_object_t *p_this )
{
xml_reader_t *p_reader = (vlc_object_t *)p_this;
xml_reader_t *p_reader = (xml_reader_t *)p_this;
xtag_free( p_reader->p_sys->p_root );
free( p_reader->p_sys );
......
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