summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client.cpp3
-rw-r--r--src/game.cpp1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 8e3babf2e..62f8ae504 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -709,6 +709,9 @@ Client::~Client()
delete userPalette;
userPalette = nullptr;
+ delete joystick;
+ joystick = nullptr;
+
logger->log1("Quitting10");
config.write();
diff --git a/src/game.cpp b/src/game.cpp
index 0825a74cf..a6d79658c 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -431,7 +431,6 @@ Game::~Game()
del_0(channelManager)
del_0(commandHandler)
del_0(effectManager)
- del_0(joystick)
del_0(particleEngine)
del_0(viewport)
del_0(mCurrentMap)