[vlc-commits] Qt: Fix crash introduced by 798ee1ab

Hugo Beauzée-Luyssen git at videolan.org
Thu May 22 12:32:47 CEST 2014


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu May 22 12:41:19 2014 +0300| [d8dd5522c4085ccbed412d6ab679f49c27671203] | committer: Jean-Baptiste Kempf

Qt: Fix crash introduced by 798ee1ab

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/gui/qt4/recents.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/qt4/recents.cpp b/modules/gui/qt4/recents.cpp
index 0421263..036dfcc 100644
--- a/modules/gui/qt4/recents.cpp
+++ b/modules/gui/qt4/recents.cpp
@@ -241,7 +241,6 @@ int Open::openMRLwithOptions( intf_thread_t* p_intf,
     if( i_ret == VLC_SUCCESS && b_start && b_playlist )
         RecentsMRL::getInstance( p_intf )->addRecent( mrl );
 
-    delete[] options;
     return i_ret;
 }
 



More information about the vlc-commits mailing list