From 0e1e0fbc99f3f23ec406f4ad27555cbc09c321ec Mon Sep 17 00:00:00 2001 From: "John P (Dgby714)" Date: Thu, 13 Jan 2011 17:35:53 -0500 Subject: [PATCH] Simba: Socks Update. --- Units/MMLAddon/mmlpsthread.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/Units/MMLAddon/mmlpsthread.pas b/Units/MMLAddon/mmlpsthread.pas index fd7f386..ee3f7ee 100644 --- a/Units/MMLAddon/mmlpsthread.pas +++ b/Units/MMLAddon/mmlpsthread.pas @@ -329,6 +329,7 @@ end; destructor TMThread.Destroy; begin MInternet.Free; + Socks.Free; Client.Free; Includes.free; Prop.Free;