summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond@trolltech.com>2009-09-10 15:25:36 (GMT)
committerTrond Kjernåsen <trond@trolltech.com>2009-09-10 15:26:12 (GMT)
commita0529d55f0c1fb44e4c759b1d25fe7a095cdfc54 (patch)
tree5cc2fafaa88d99394840301a3b2047d2bac7e38c /tests
parent2409e4532b5742530c70431ad2967c43ef291839 (diff)
downloadQt-a0529d55f0c1fb44e4c759b1d25fe7a095cdfc54.zip
Qt-a0529d55f0c1fb44e4c759b1d25fe7a095cdfc54.tar.gz
Qt-a0529d55f0c1fb44e4c759b1d25fe7a095cdfc54.tar.bz2
Fixed a leak in lance that could cause crashes on exit.
Reviewed-by: Kim
Diffstat (limited to 'tests')
-rw-r--r--tests/arthur/lance/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/arthur/lance/main.cpp b/tests/arthur/lance/main.cpp
index fdf8346..6743983 100644
--- a/tests/arthur/lance/main.cpp
+++ b/tests/arthur/lance/main.cpp
@@ -672,6 +672,7 @@ int main(int argc, char **argv)
}
delete activeWidget;
#endif
+ delete interactive_widget;
return 0;
}