Skip to content

Commit fd0e98d

Browse files
committedDec 9, 2014
Ensure all items are deleted from TestQgsComposerTableV2
1 parent c46a7b6 commit fd0e98d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/src/core/testqgscomposertablev2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ void TestQgsComposerTableV2::removeDuplicates()
610610
QCOMPARE( table->contents()->length(), 4 );
611611

612612
mComposition->removeMultiFrame( table );
613+
delete table;
613614
delete dupesLayer;
614615
}
615616

0 commit comments

Comments
 (0)
Please sign in to comment.