diff options
Diffstat (limited to 'src/input/touch')
-rw-r--r-- | src/input/touch/touchmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/touch/touchmanager.cpp b/src/input/touch/touchmanager.cpp index be6dd072d..28929db19 100644 --- a/src/input/touch/touchmanager.cpp +++ b/src/input/touch/touchmanager.cpp @@ -86,6 +86,7 @@ void TouchManager::shutdown() restrict2 void TouchManager::init() restrict2 { + delete mVertexes; mVertexes = new ImageCollection; config.addListener("showScreenJoystick", this); |