[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Leak
- To: <address@hidden>
- Subject: Leak
- From: address@hidden
- Date: Thu, 1 Mar 2001 12:53:09 +0100
- Delivered-to: mailing list addict3list@mlm.addictive-software.com
- Mailing-list: contact addict3list-help@mlm.addictive-software.com; run by ezmlm
- Priority: normal
- Reply-to: <address@hidden>
Michael,
I think TiniFile/TRegIniFile needs to be freed in procedure
TAddictConfig.SaveConfiguration.
if (Assigned(FIniFile)) then
begin
FIniFile.Free;
FIniFile := nil;
end;
if (Assigned(FRegIniFile)) then
begin
FRegIniFile.Free;
FRegIniFile := nil;
end;
Marcus
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
Marcus Moennig - address@hidden
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
Please visit Addict Home Site.