]> git.sesse.net Git - vlc/commit
Extensions: fix Qt freeze when reloading scripts
authorJean-Philippe André <jpeg@videolan.org>
Wed, 2 Jun 2010 16:47:34 +0000 (00:47 +0800)
committerJean-Philippe André <jpeg@videolan.org>
Wed, 2 Jun 2010 16:54:49 +0000 (00:54 +0800)
commit06e609ea922918f4d2d0f427049a236b4a4c08af
tree081ffcc49e18d5f8c4ee17643b6039981b77376f
parent79fc0522238625747ea4ba0b9ae1d08ca5d73c74
Extensions: fix Qt freeze when reloading scripts

Description of the bug:

 This freeze happened only on Windows (tested on XP & Wine), but not on
 Linux. If I only moved up the "killInstance()" line, then the freeze
 would happen only on Linux but not on Windows.
 In these cases the QDialog's destructor never returned.
modules/gui/qt4/dialogs/extensions.cpp
modules/gui/qt4/extensions_manager.cpp