]> git.sesse.net Git - vlc/commit
Qt4: fix crash regression in 1.1.5 closeAllWindows() not thread-safe
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 21 Nov 2010 16:08:06 +0000 (18:08 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 21 Nov 2010 16:10:44 +0000 (18:10 +0200)
commit1c9669ac53e83beadcd112f909b239a9645b031c
treebb88448ef3a7026e896057e9a70ff62b3f127ce3
parent9a0e0822d0c8739e4a984ea5df6b6eb6338d65b6
Qt4: fix crash regression in 1.1.5 closeAllWindows() not thread-safe

All UI related operations in Qt4 must be done on the UI thread, as
QtGui is not thread-safe internally.
modules/gui/qt4/qt4.cpp
modules/gui/qt4/util/qvlcapp.hpp