[vlc-devel] commit: qt4: Add a missing pl_Release(). Please review. (Pierre d' Herbemont )

git version control git at videolan.org
Sat Jul 5 15:53:51 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jul  5 15:56:03 2008 +0200| [f4461d2d271078a26168727a808b64423fdb8b33]

qt4: Add a missing pl_Release(). Please review.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4461d2d271078a26168727a808b64423fdb8b33
---

 modules/gui/qt4/input_manager.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index b4b0a90..2066940 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -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 );
     }
 }
 




More information about the vlc-devel mailing list