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

* Missing object release

parent 0fd33223
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
FIND_ANYWHERE ); FIND_ANYWHERE );
vlc_value_t val; vlc_value_t val;
if ([self isItemInPlaylist: p_item] ) if( [self isItemInPlaylist: p_item] )
{ {
vlc_mutex_lock( &p_item->input.lock ); vlc_mutex_lock( &p_item->input.lock );
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
val.b_bool = VLC_TRUE; val.b_bool = VLC_TRUE;
var_Set( p_playlist, "intf-change", val ); var_Set( p_playlist, "intf-change", val );
} }
vlc_object_release( p_playlist );
[o_info_window orderOut: self]; [o_info_window orderOut: self];
} }
......
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