Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DYNAREC] Fix jump table not free on exit #781

Merged
merged 1 commit into from
May 12, 2023
Merged

[DYNAREC] Fix jump table not free on exit #781

merged 1 commit into from
May 12, 2023

Conversation

kaixindeken
Copy link
Contributor

@kaixindeken kaixindeken commented May 12, 2023

If box_dynarec = 0 before free context, it will not execute box_free for jump table.
More details are in file src/custommem.c around in line 1506.

@kaixindeken kaixindeken changed the title [DYNAREC] Fix exit doesnt free jump table completely [DYNAREC] Fix exit doesnt free jump table May 12, 2023
@kaixindeken kaixindeken changed the title [DYNAREC] Fix exit doesnt free jump table [DYNAREC] Fix jump table not free on exit May 12, 2023
@ptitSeb ptitSeb merged commit 377a55f into ptitSeb:main May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants