Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
fix windows crash
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckSoft committed Jun 19, 2020
1 parent 6d28392 commit bc20aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ bool NaiveProxyKernel::StopKernel()
httpProxy.close();
}
isStarted = false;
this->process.terminate();
this->process.close();
this->process.waitForFinished();
return true;
}

0 comments on commit bc20aac

Please sign in to comment.