diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-06-13 23:12:22 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-06-13 23:12:22 -0700 |
commit | 0f10b21719e1b0d9683a142f0a7105e65f095694 (patch) | |
tree | e30dcb8b0da343c8ba9ddaca27b7c2c78b7d865a /src/qt | |
parent | 7a98f19fb6e40e2929abfff6b1f20f13c091d32d (diff) | |
parent | 9247134eaba9a1d0fa74f22de238af1476663005 (diff) |
Merge pull request #1439 from Diapolo/ClientShutdown
re-work Shutdown() function
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/bitcoin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 2a2d200394..8c8c73f065 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -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 |