diff options
-rw-r--r-- | epostunit.pas | 2 |
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 |