summaryrefslogtreecommitdiff
path: root/src/touchmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchmanager.cpp')
-rw-r--r--src/touchmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp
index 3b8c6e21b..3a022afc3 100644
--- a/src/touchmanager.cpp
+++ b/src/touchmanager.cpp
@@ -48,6 +48,8 @@ TouchManager::TouchManager() :
TouchManager::~TouchManager()
{
clear();
+ delete mVertexes;
+ mVertexes = nullptr;
}
void TouchManager::init()