Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Vitu <josef@vitu.org>2016-10-28 19:49:51 +0300
committerJosef Vitu <josef@vitu.org>2016-10-28 19:51:09 +0300
commitad36ec4dfda686f83868c77098b4fe7831f7531e (patch)
treea8d6b4df12734a8d8674ffc3d539520d4f05ffeb /tests/TestGroup.cpp
parent82ace81974374365cab83492a4b33720248961de (diff)
Fix tests
Diffstat (limited to 'tests/TestGroup.cpp')
-rw-r--r--tests/TestGroup.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TestGroup.cpp b/tests/TestGroup.cpp
index a923776de..e271abfc0 100644
--- a/tests/TestGroup.cpp
+++ b/tests/TestGroup.cpp
@@ -445,4 +445,7 @@ void TestGroup::testCopyCustomIcons()
QCOMPARE(metaTarget->customIcon(group1Icon).pixel(0, 0), qRgb(1, 2, 3));
QCOMPARE(metaTarget->customIcon(group2Icon).pixel(0, 0), qRgb(4, 5, 6));
+
+ delete dbTarget;
+ delete dbSource;
}