From eaeb1669c842de7c54ef6f2dce81a8ea4c7f420c Mon Sep 17 00:00:00 2001 From: Merlijn Date: Thu, 25 Mar 2010 14:41:01 +0100 Subject: [PATCH] Fix small memory leak --- Units/MMLAddon/mmlpsthread.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/Units/MMLAddon/mmlpsthread.pas b/Units/MMLAddon/mmlpsthread.pas index b367b28..943db2d 100644 --- a/Units/MMLAddon/mmlpsthread.pas +++ b/Units/MMLAddon/mmlpsthread.pas @@ -298,6 +298,7 @@ begin Client.Free; Includes.free; Prop.Free; + Sett.Free; inherited Destroy; end;