From ca8a3d42b6972a9b510b8aaf4ba2fb8cb956293f Mon Sep 17 00:00:00 2001 From: DuckSoft Date: Sat, 20 Jun 2020 01:21:15 +0800 Subject: [PATCH] trying to fix again --- core/Kernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Kernel.cpp b/core/Kernel.cpp index 1ca40a4..e98079b 100644 --- a/core/Kernel.cpp +++ b/core/Kernel.cpp @@ -98,7 +98,7 @@ bool NaiveProxyKernel::StopKernel() httpProxy.close(); } isStarted = false; - this->process.kill(); + this->process.close(); this->process.waitForFinished(); return true; }