]> git.sesse.net Git - vlc/commit
Qt: Fix Segfault when exiting on Windows 2000
authorMichael McEll <mapei_@hotmail.com>
Mon, 25 Jan 2010 00:20:08 +0000 (01:20 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Jan 2010 00:20:08 +0000 (01:20 +0100)
commitf63e51271320160bf9368c53097d36cd1c98d664
treef7a8d6511dcd7a5e7e51827018ce172e7530271a
parent2551b9325ba114657ba71f5510564a8cc387a01b
Qt: Fix Segfault when exiting on Windows 2000

Initialize two handles even if createTaskBarButtons() is not called.
Otherwise vlc.exe will segfault at exit

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/main_interface.cpp