Commit 07729565 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* missed a object_release

parent 15206e75
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
[self createInfoView: p_cat]; [self createInfoView: p_cat];
} }
vlc_mutex_unlock( &p_input->p_item->lock ); vlc_mutex_unlock( &p_input->p_item->lock );
vlc_object_release( p_input );
i_select = [o_selector indexOfItemWithTitle:o_selectedPane]; i_select = [o_selector indexOfItemWithTitle:o_selectedPane];
if ( i_select < 0 ) if ( i_select < 0 )
......
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