diff --git a/tests/auto/qhorizontalbarseries/tst_qhorizontalbarseries.cpp b/tests/auto/qhorizontalbarseries/tst_qhorizontalbarseries.cpp index 6fabe52..5add4a4 100644 --- a/tests/auto/qhorizontalbarseries/tst_qhorizontalbarseries.cpp +++ b/tests/auto/qhorizontalbarseries/tst_qhorizontalbarseries.cpp @@ -94,7 +94,6 @@ void tst_QHorizontalBarSeries::cleanup() { foreach(QBarSet* s, m_testSets) { m_barseries_with_sets->remove(s); - delete s; } m_testSets.clear();