From a70addadba0be1880bc55f13701034585aa19128 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 2 Mar 2017 02:55:29 +0300 Subject: Fix possible leaks on exit and asserts about adding non existing zips and directories. --- src/game.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 9dcafad67..a96ded978 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -475,6 +475,7 @@ Game::~Game() #endif // USE_MUMBLE delete2(crazyMoves); + delete2(emptyBeingSlot); Being::clearCache(); mInstance = nullptr; -- cgit v1.2.3-60-g2f50