Commit d8dd5522 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Jean-Baptiste Kempf

Qt: Fix crash introduced by 798ee1ab

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 8a0b37ac
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment