[vlc-devel] commit: qt4: fix memleak. ( Rémi Duraffort )

git version control git at videolan.org
Sun Mar 15 20:36:57 CET 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun Mar 15 18:59:01 2009 +0100| [bcd90fb2299c5776cd07b5f065f77ef7fcb3de0f] | committer: Rémi Duraffort 

qt4: fix memleak.

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

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

diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp
index 0adf974..fb9dd8b 100644
--- a/modules/gui/qt4/dialogs_provider.cpp
+++ b/modules/gui/qt4/dialogs_provider.cpp
@@ -631,6 +631,7 @@ void DialogsProvider::streamingDialog( QWidget *parent,
 
         RecentsMRL::getInstance( p_intf )->addRecent( mrl );
     }
+    free( psz_soutoption );
 }
 
 void DialogsProvider::openAndStreamingDialogs()




More information about the vlc-devel mailing list