OSDN Git Service

Changed FBottleSstp freeing routine
authornaru <bottle@mikage.to>
Tue, 22 Apr 2003 12:22:16 +0000 (12:22 +0000)
committernaru <bottle@mikage.to>
Tue, 22 Apr 2003 12:22:16 +0000 (12:22 +0000)
bottleclient/MainForm.pas

index 5764e8f..2b11eef 100755 (executable)
@@ -523,7 +523,6 @@ begin
 
   if FBottleSstp <> nil then begin
     FBottleSstp.Terminate;
-    FBottleSstp.WaitFor;
     FBottleSstp.Free;
   end;