Address potential double freeing problem of runtime states: - the ExitHander() should never be called twice on the same interp. Therefore …
Show more
Address potential double freeing problem of runtime states: - the ExitHander() should never be called twice on the same interp. Therefore delete in the ExitProc the ExitHandler AND the ThreadExitHandler and in the ThreadExitProc also both.
Show less