]> git.sesse.net Git - vlc/commit
Fix the leak caused by the QGridLayout of the FS controller, since it isn't a child...
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Jul 2008 06:10:23 +0000 (23:10 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Jul 2008 06:11:40 +0000 (23:11 -0700)
commitb00904493e3d8a24c2612a16c19348dcc16ca60c
treeb13ceb6413e0007552eb90e9fb91da2035dda1c1
parent9b10c9a754d2434b5c087b606de64e1d34e3ef6a
Fix the leak caused by the QGridLayout of the FS controller, since it isn't a child of FullScreenController, and therefore not destroyed at exit.
Should fix #1677
modules/gui/qt4/components/interface_widgets.cpp