Skip to content
Commit 5b61c7bd authored by Chris Bainbridge's avatar Chris Bainbridge Committed by Michal Marek
Browse files

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: default avatarChris Bainbridge <chris.bainbridge@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
parent aab24a89
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment