Browse Source

* From Yury Sidorov:
* Now runtime error is not popped on program's exit if exception was handled.

git-svn-id: trunk@601 -

florian 20 years ago
parent
commit
9e5a2f9522
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/except.inc

+ 1 - 0
rtl/inc/except.inc

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