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

fetcher: fix a typo (thanks to fenrir).

parent 9c499866
...@@ -375,7 +375,7 @@ static void WaitPreparsed( playlist_fetcher_t *p_fetcher, input_item_t *p_item ) ...@@ -375,7 +375,7 @@ static void WaitPreparsed( playlist_fetcher_t *p_fetcher, input_item_t *p_item )
vlc_mutex_unlock( &p_fetcher->lock ); vlc_mutex_unlock( &p_fetcher->lock );
} }
var_DelCallback( p_input, "intf-event", InputEvent, p_fetcher ); var_DelCallback( p_input, "intf-event", InputEvent, &cond );
vlc_cond_destroy( &cond ); vlc_cond_destroy( &cond );
exit: exit:
......
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