aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qquickturbulence/tst_qquickturbulence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/particles/qquickturbulence/tst_qquickturbulence.cpp')
-rw-r--r--tests/auto/particles/qquickturbulence/tst_qquickturbulence.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/particles/qquickturbulence/tst_qquickturbulence.cpp b/tests/auto/particles/qquickturbulence/tst_qquickturbulence.cpp
index 519307ebf2..9f4d50c45e 100644
--- a/tests/auto/particles/qquickturbulence/tst_qquickturbulence.cpp
+++ b/tests/auto/particles/qquickturbulence/tst_qquickturbulence.cpp
@@ -79,6 +79,7 @@ void tst_qquickturbulence::test_basic()
QCOMPARE(d->endSize, 32.f);
QVERIFY(myFuzzyLEQ(d->t, ((qreal)system->timeInt/1000.0)));
}
+ delete view;
}
QTEST_MAIN(tst_qquickturbulence);