]> git.sesse.net Git - vlc/commitdiff
qt4: Add a missing pl_Release(). Please review.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 5 Jul 2008 13:56:03 +0000 (15:56 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 5 Jul 2008 13:56:03 +0000 (15:56 +0200)
modules/gui/qt4/input_manager.cpp

index b4b0a90e762aff473e993fecd2bbebe2aea66828..2066940facac9c12c2d4f5b36553039bf18cb655 100644 (file)
@@ -593,6 +593,7 @@ void MainInputManager::customEvent( QEvent *event )
         p_input = playlist_CurrentInput( p_playlist );
         emit inputChanged( p_input );
         vlc_object_release( p_input );
+        pl_Release( p_intf );
     }
 }