pylibemu icon indicating copy to clipboard operation
pylibemu copied to clipboard

Memory leaks in emulator memory

Open ghost opened this issue 9 years ago • 0 comments

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.

ghost avatar Sep 26 '15 17:09 ghost