diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-01 21:51:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-01 21:54:54 +0300 |
commit | 7778c082e9b15774a1e79ab77cb60edb5c3a2949 (patch) | |
tree | 4eeeabda71cb5f2f330d52ee93c8922eef054d9e /src/unittests | |
parent | f5e3f241af190e487c0499dae0efc12e9ae2d202 (diff) | |
download | plus-7778c082e9b15774a1e79ab77cb60edb5c3a2949.tar.gz plus-7778c082e9b15774a1e79ab77cb60edb5c3a2949.tar.bz2 plus-7778c082e9b15774a1e79ab77cb60edb5c3a2949.tar.xz plus-7778c082e9b15774a1e79ab77cb60edb5c3a2949.zip |
Add some checks after automatic check code by tools.
Diffstat (limited to 'src/unittests')
-rw-r--r-- | src/unittests/gui/windowmanager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittests/gui/windowmanager.cc b/src/unittests/gui/windowmanager.cc index 41e2e755b..108ae18d0 100644 --- a/src/unittests/gui/windowmanager.cc +++ b/src/unittests/gui/windowmanager.cc @@ -506,7 +506,7 @@ TEST_CASE("Windows tests", "windowmanager") gui->draw(); mainGraphics->updateScreen(); delete2(mailViewWindow); - delete(message); + delete message; } SECTION("MailWindow") { |