-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Find and fix RGBASM memory leaks #709
Comments
Believe it or not, but you can't free an A large chunk of the problem is the lack of cleanup when done with assembling. |
Note that Bison's token destructors might help with this a bit. |
ASAN is enabled, but disables checking for memory leaks for now with |
At least all that were reported in the tests. Partial fix for #709, that only leaves RGBASM to be fixed... oh boy!
See about using an ' |
PURGE
orREDEF
of anEQUS
symbol does not free its previous string contents.unmap
ed if a single macro or REPT block occurred withinThe text was updated successfully, but these errors were encountered: