mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Clean up objects in the tests.
This commit is contained in:
parent
5cb906c235
commit
a104e859cf
4 changed files with 37 additions and 9 deletions
|
@ -45,7 +45,7 @@ void TestEntryModel::test()
|
|||
|
||||
EntryModel* model = new EntryModel(this);
|
||||
|
||||
new ModelTest(model, this);
|
||||
ModelTest* modelTest = new ModelTest(model, this);
|
||||
|
||||
model->setGroup(group1);
|
||||
|
||||
|
@ -87,6 +87,9 @@ void TestEntryModel::test()
|
|||
|
||||
delete group1;
|
||||
delete group2;
|
||||
|
||||
delete modelTest;
|
||||
delete model;
|
||||
}
|
||||
|
||||
QTEST_MAIN(TestEntryModel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue