mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 22:59:07 +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;
|
Destructor TForm1.Destroy;
|
||||||
begin
|
begin
|
||||||
|
IniFile1.Free;
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
Revision 1.12 2003/11/25 09:15:55 mattias
|
||||||
fixed testall
|
fixed testall
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user