Browse Source

fix #18

tags/2.3
clowwindy 10 years ago
parent
commit
2a270445b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/Controller/PolipoRunner.cs

+ 1
- 1
shadowsocks-csharp/Controller/PolipoRunner.cs View File

@@ -47,9 +47,9 @@ namespace Shadowsocks.Controller
{
if (process != null)
{
process.Kill();
try
{
process.Kill();
process.WaitForExit();
}
catch (InvalidOperationException)


Loading…
Cancel
Save