mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 23:30:43 +02:00
+ Freed exception classes in finalization code
This commit is contained in:
parent
d753055cfe
commit
6a6ff18554
@ -336,13 +336,19 @@ end;
|
|||||||
|
|
||||||
{ Initialization code. }
|
{ Initialization code. }
|
||||||
|
|
||||||
begin
|
Initialization
|
||||||
InitExceptions; { Initialize exceptions. OS independent }
|
InitExceptions; { Initialize exceptions. OS independent }
|
||||||
InitInternational; { Initialize internationalization settings }
|
InitInternational; { Initialize internationalization settings }
|
||||||
|
Finalization
|
||||||
|
OutOfMemory.Free;
|
||||||
|
InValidPointer.Free;
|
||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.27 1999-07-02 17:03:24 florian
|
Revision 1.28 1999-07-08 19:32:36 michael
|
||||||
|
+ Freed exception classes in finalization code
|
||||||
|
|
||||||
|
Revision 1.27 1999/07/02 17:03:24 florian
|
||||||
+ added some runtime->excpetin wrappers: eintoverflow, eoverflow, eunderflow, einvalidop
|
+ added some runtime->excpetin wrappers: eintoverflow, eoverflow, eunderflow, einvalidop
|
||||||
|
|
||||||
Revision 1.26 1999/04/09 08:40:46 michael
|
Revision 1.26 1999/04/09 08:40:46 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user