mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
1eea48d0c8
== DETAILS Turns out freeing memory that's already been freed is.. bad. Fix two double-free instances; one due to over-freeing and the other due to wrong order-of-operations causing a double free. Also updated logging a little. == TESTING The GC adapter still clobbers slot 0, but the "emergency exit" sequence works to quit RA cleanly.