From 275cc0d950621404b8284f324e08a218c7f681c9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 May 2017 20:57:38 +0300 Subject: Fix leaks in ipc. --- src/client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index d379d8917..0dd0b7326 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -627,6 +627,8 @@ void Client::gameClear() delete2(assertListener); + if (ipc) + ipc->stop(); eventsManager.shutdown(); WindowManager::deleteWindows(); if (windowContainer) -- cgit v1.2.3-60-g2f50