[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Leak



You're right Marcus... thanks for the report.  I have fixed for the next
release...

Thanks,

Michael Novak
Addictive Software
address@hidden
http://www.addictivesoftware.com


> -----Original Message-----
> From: address@hidden [mailto:address@hidden
> Sent: Thursday, March 01, 2001 3:53 AM
> To: address@hidden
> Subject: Leak
>
>
> 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.