]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/input_manager.cpp
Use pl_Release with the right argument.
[vlc] / modules / gui / wxwidgets / input_manager.cpp
index 8663051c546da3cf8b48d4dc7a4b5ed82278fe9b..aefa73a8f12f5e896309ebcd26a2b4d3e82739bd 100644 (file)
@@ -202,7 +202,7 @@ void InputManager::UpdateInput()
         if( p_intf->p_sys->p_input )
              vlc_object_yield( p_intf->p_sys->p_input );
         UnlockPlaylist( p_intf->p_sys, p_playlist );
-        pl_Release( p_playlist );
+        pl_Release( p_intf );
     }
 }