TreeRelation: fix segfault in destructor
commit34e24e6affd7f488c64db149d6ab993143f233bc
authorMatt <groboclown@users.sourceforge.net>
Sat, 3 Nov 2012 18:16:59 +0000 (3 19:16 +0100)
committerTobias Doerffel <tobias.doerffel@gmail.com>
Sat, 3 Nov 2012 18:17:28 +0000 (3 19:17 +0100)
treea3d8b210967bdbddc4fdcdd4eec38bc5e6d13ccd
parent448c78ca2b8658ec8b21a9a00f3b9dbeb1b8abb2
TreeRelation: fix segfault in destructor

The TreeRelation destructor has an incorrect way of deleting
its QList object, which causes sigsegv on lmms exit.

Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
include/TreeRelation.h