commit | 5b61c7bd25f13daa58f2507991e87e990d7c6010 | [log] [tgz] |
---|---|---|
author | Chris Bainbridge <chris.bainbridge@gmail.com> | Fri Jan 08 20:44:04 2016 +0000 |
committer | Michal Marek <mmarek@suse.com> | Mon Jan 11 09:45:08 2016 +0100 |
tree | cdad5faee770e288b628e1761d8bd205383525c7 | |
parent | aab24a897cfba9dd371f6aac45dbcdae0b23def6 [diff] |
kconfig: fix qconf segfault by deleting heap objects On Debian stable (qt-4.8.6) 'make xconfig' intermittently fails due to qconf segfaulting at exit time in QXcbEventReader. The cause of this is destructors on the heap objects never being called, so fix this by properly deleting the heap objects before exit. Signed-off-by: Chris Bainbridge <chris.bainbridge@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.com>