Browse Source

Merge pull request #1742 from debris/alethzero_stopListening

fixed #1393, http connector stop listening
cl-refactor
Marek Kotewicz 10 years ago
parent
commit
153f8f1abc
  1. 1
      alethzero/MainWin.cpp

1
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.

Loading…
Cancel
Save