Commit dd69d513 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Make sure we use pl_Yield alond with pl_Release.

parent bdfa92d3
...@@ -1305,7 +1305,7 @@ static VLCMain *_o_sharedMainInstance = nil; ...@@ -1305,7 +1305,7 @@ static VLCMain *_o_sharedMainInstance = nil;
if( p_playlist->status.p_item == NULL ) if( p_playlist->status.p_item == NULL )
{ {
vlc_object_release( p_input ); vlc_object_release( p_input );
vlc_object_release( p_playlist ); pl_Release( p_intf );
goto end; goto end;
} }
if( input_item_GetNowPlaying ( p_playlist->status.p_item->p_input ) ) if( input_item_GetNowPlaying ( p_playlist->status.p_item->p_input ) )
...@@ -1378,7 +1378,7 @@ static VLCMain *_o_sharedMainInstance = nil; ...@@ -1378,7 +1378,7 @@ static VLCMain *_o_sharedMainInstance = nil;
[o_embedded_window playStatusUpdated: p_intf->p_sys->i_play_status]; [o_embedded_window playStatusUpdated: p_intf->p_sys->i_play_status];
[self setSubmenusEnabled: FALSE]; [self setSubmenusEnabled: FALSE];
} }
vlc_object_release( p_playlist ); pl_Release( p_intf );
end: end:
[self updateMessageArray]; [self updateMessageArray];
......
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