mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 23:18:01 +02:00
fixed memleak from Vincent
git-svn-id: trunk@4862 -
This commit is contained in:
parent
00d97112a7
commit
d68a68647e
@ -2881,10 +2881,14 @@ end;
|
||||
|
||||
Destructor TForm1.Destroy;
|
||||
begin
|
||||
IniFile1.Free;
|
||||
inherited Destroy;
|
||||
end;
|
||||
{
|
||||
$Log$
|
||||
Revision 1.13 2003/11/29 13:38:35 mattias
|
||||
fixed memleak from Vincent
|
||||
|
||||
Revision 1.12 2003/11/25 09:15:55 mattias
|
||||
fixed testall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user