diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-30 01:14:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-30 01:14:47 +0300 |
commit | c5e926c01a5a767ed73286b4b5570a4bbb0a26ac (patch) | |
tree | 52e0c216cdfbc38a271d3d566b8e6d466765f737 /src/utils/xml_unittest.cc | |
parent | ede06c1fe25184b1232687950ce79dc29352c00b (diff) | |
download | mv-c5e926c01a5a767ed73286b4b5570a4bbb0a26ac.tar.gz mv-c5e926c01a5a767ed73286b4b5570a4bbb0a26ac.tar.bz2 mv-c5e926c01a5a767ed73286b4b5570a4bbb0a26ac.tar.xz mv-c5e926c01a5a767ed73286b4b5570a4bbb0a26ac.zip |
Fix some leaks in unit tests.
Diffstat (limited to 'src/utils/xml_unittest.cc')
-rw-r--r-- | src/utils/xml_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/xml_unittest.cc b/src/utils/xml_unittest.cc index d90bfb37d..6168b34e5 100644 --- a/src/utils/xml_unittest.cc +++ b/src/utils/xml_unittest.cc @@ -349,5 +349,6 @@ TEST_CASE("xml doc") // clean again ::remove(tempXmlName); } + delete2(theme); delete2(client); } |