Commit 48fbfdc8 authored by Rafaël Carré's avatar Rafaël Carré

playlist preparser: fix input_item_t refcounting

parent dde15a53
......@@ -219,6 +219,7 @@ static void *Thread( void *data )
Preparse( p_playlist, p_current );
Art( p_preparser, p_current );
vlc_gc_decref(p_current);
}
return NULL;
}
......
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