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

fetcher is a VLC object

parent da62e6d3
...@@ -81,7 +81,7 @@ playlist_fetcher_t *playlist_fetcher_New( playlist_t *p_playlist ) ...@@ -81,7 +81,7 @@ playlist_fetcher_t *playlist_fetcher_New( playlist_t *p_playlist )
VLC_THREAD_PRIORITY_LOW ) ) VLC_THREAD_PRIORITY_LOW ) )
{ {
msg_Err( p_fetcher, "cannot spawn secondary preparse thread" ); msg_Err( p_fetcher, "cannot spawn secondary preparse thread" );
free( p_fetcher ); vlc_object_release( p_fetcher );
return NULL; 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