mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:29:14 +02:00
* fixed memory leak reported by Sergey Korshunoff
This commit is contained in:
parent
79c0a402ef
commit
83d6218842
@ -126,11 +126,16 @@ unit paramgr;
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
finalization
|
||||||
|
paramanager.free;
|
||||||
end.
|
end.
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2002-07-11 14:41:28 florian
|
Revision 1.2 2002-07-13 07:17:15 jonas
|
||||||
|
* fixed memory leak reported by Sergey Korshunoff
|
||||||
|
|
||||||
|
Revision 1.1 2002/07/11 14:41:28 florian
|
||||||
* start of the new generic parameter handling
|
* start of the new generic parameter handling
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user