summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epostunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/epostunit.pas b/epostunit.pas
index c0df199..f13c72c 100644
--- a/epostunit.pas
+++ b/epostunit.pas
@@ -8233,7 +8233,7 @@ var
begin
bt:=tBefehlThread.create(sT,s,result);
if sT then begin
-// bt.free;
+ bt.free;
exit;
end;
if not result then begin