Merge pull request #1439 from Diapolo/ClientShutdown

re-work Shutdown() function
This commit is contained in:
Wladimir J. van der Laan
2012-06-13 23:12:22 -07:00
7 changed files with 25 additions and 16 deletions

View File

@@ -290,6 +290,7 @@ int main(int argc, char *argv[])
window.setWalletModel(0);
guiref = 0;
}
// Shutdown the core and it's threads, but don't exit Bitcoin-Qt here
Shutdown(NULL);
}
else