From 62af8d46b2d1b0bb1ef79e5a119bd05e5a83aad6 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 2 Nov 2011 13:44:06 +1000 Subject: Delete view at end of test Change-Id: I290536bd975e7e6f6f65cf964604664faf7d3056 Reviewed-by: Martin Jones --- tests/auto/particles/qquickitemparticle/tst_qquickitemparticle.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/particles/qquickitemparticle') diff --git a/tests/auto/particles/qquickitemparticle/tst_qquickitemparticle.cpp b/tests/auto/particles/qquickitemparticle/tst_qquickitemparticle.cpp index c681e2ce9f..6cfb6c5562 100644 --- a/tests/auto/particles/qquickitemparticle/tst_qquickitemparticle.cpp +++ b/tests/auto/particles/qquickitemparticle/tst_qquickitemparticle.cpp @@ -88,6 +88,7 @@ void tst_qquickitemparticle::test_basic() QVERIFY(d->delegate); QVERIFY(qobject_cast(d->delegate)); } + delete view; } QTEST_MAIN(tst_qquickitemparticle); -- cgit v1.2.3