mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 22:10:19 +02:00
* From Yury Sidorov:
* Now runtime error is not popped on program's exit if exception was handled. git-svn-id: trunk@601 -
This commit is contained in:
parent
ba07b3920e
commit
9e5a2f9522
@ -235,6 +235,7 @@ begin
|
||||
if assigned(hp^.frames) then
|
||||
freemem(hp^.frames);
|
||||
dispose(hp);
|
||||
erroraddr:=nil;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user