mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 21:19:31 +02:00
+ Freed exception classes in finalization code
This commit is contained in:
parent
d753055cfe
commit
6a6ff18554
@ -336,13 +336,19 @@ end;
|
||||
|
||||
{ Initialization code. }
|
||||
|
||||
begin
|
||||
Initialization
|
||||
InitExceptions; { Initialize exceptions. OS independent }
|
||||
InitInternational; { Initialize internationalization settings }
|
||||
Finalization
|
||||
OutOfMemory.Free;
|
||||
InValidPointer.Free;
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.26 1999/04/09 08:40:46 michael
|
||||
|
Loading…
Reference in New Issue
Block a user