Skip to content

Commit

Permalink
Ensure all items are deleted from TestQgsComposerTableV2
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 9, 2014
1 parent c46a7b6 commit fd0e98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/core/testqgscomposertablev2.cpp
Expand Up @@ -610,6 +610,7 @@ void TestQgsComposerTableV2::removeDuplicates()
QCOMPARE( table->contents()->length(), 4 );

mComposition->removeMultiFrame( table );
delete table;
delete dupesLayer;
}

Expand Down

0 comments on commit fd0e98d

Please sign in to comment.