From d3e1eec18e124f3b82863f8d4aab3fbecdaf3de4 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 24 Apr 2015 16:16:17 +0200 Subject: [PATCH] fixed #1393, http connector stop listening --- alethzero/MainWin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/alethzero/MainWin.cpp b/alethzero/MainWin.cpp index eb2431f10..f617f9ad9 100644 --- a/alethzero/MainWin.cpp +++ b/alethzero/MainWin.cpp @@ -217,6 +217,7 @@ Main::Main(QWidget *parent) : Main::~Main() { + m_httpConnector->StopListening(); writeSettings(); // Must do this here since otherwise m_ethereum'll be deleted (and therefore clearWatches() called by the destructor) // *after* the client is dead.