libretro / tgbdual-libretro

libretro port of TGB Dual
28 stars 37 forks source link

Memory Access Out of Bounds #29

Open nbarkhina opened 2 years ago

nbarkhina commented 2 years ago

In the emscripten version, after loading like 4 or 5 roms this core crashes with a "Memory Access Out of Bounds". I have not tested other versions but you can recreate this on the web.libretro.com website as well. Perhaps there is a memory leak somewhere in the core, or it is not freeing memory correctly after closing each game?

image