]> git.sesse.net Git - vlc/commitdiff
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)
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.


No differences found