diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp index f0919ed9a..b12d4a004 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -382,7 +382,7 @@ void Client::gameInit() gui = new Gui(); gui->postInit(mainGraphics); - + dialogsManager = new DialogsManager; popupManager = new PopupManager; initSoundManager(); @@ -654,6 +654,7 @@ void Client::gameClear() delete2(mCurrentDialog); delete2(popupManager); + delete2(dialogsManager); delete2(gui); if (inventoryHandler) |