From 917f8b58125ceed3f7003a28c63602ff15af1438 Mon Sep 17 00:00:00 2001 From: dsc Date: Wed, 16 Mar 2022 20:38:36 +0200 Subject: [PATCH] Make sure wownerod is stopped on application quit --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index aab4b84..359d25c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1278,6 +1278,7 @@ void MainWindow::importOutputs() { void MainWindow::cleanupBeforeClose() { m_ctx->closeWallet(false, true); m_ctx->tor->stop(); + m_ctx->XMRig->stop(); this->saveGeo(); }