vlc | branch: master | Hugo Beauzée-Luyssen <h...@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 <j...@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;
 }
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to