[vlc-devel] commit: Fix object leak in Qt4. ( Rémi Duraffort )

git version control git at videolan.org
Fri Aug 15 00:31:45 CEST 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Fri Aug 15 00:34:27 2008 +0200| [0b301104d48139848786c9a0afac9f309ee71992] | committer: Rémi Duraffort 

Fix object leak in Qt4.

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

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

diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 2f88085..41b7551 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -1190,5 +1190,7 @@ void CaptureOpenPanel::advancedDialog()
         msg_Dbg( p_intf, "%s", qtu( advMRL ) );
     }
     delete adv;
+    module_PutConfig( p_config );
+    module_Put( p_module );
 }
 




More information about the vlc-devel mailing list