pylibemu
pylibemu copied to clipboard
Memory leaks in emulator memory
These are issues not related to my previous PR.
It appears that a small amount of memory is leaking when running tests/cpu_mem_test.py which can be identified with valgrind in the following functions:
- memory_read_string
- memory_read_block
I have not identified a fix for these at this time.