* 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:
florian 2005-07-09 13:06:19 +00:00
parent ba07b3920e
commit 9e5a2f9522

View File

@ -235,6 +235,7 @@ begin
if assigned(hp^.frames) then
freemem(hp^.frames);
dispose(hp);
erroraddr:=nil;
end;
end;