diff --git a/core/Kernel.cpp b/core/Kernel.cpp index 3c38fd1..e98079b 100644 --- a/core/Kernel.cpp +++ b/core/Kernel.cpp @@ -98,7 +98,7 @@ bool NaiveProxyKernel::StopKernel() httpProxy.close(); } isStarted = false; - this->process.terminate(); + this->process.close(); this->process.waitForFinished(); return true; }