1
0
mirror of https://github.com/libretro/RetroArch synced 2025-01-29 09:32:52 +00:00
libretroadmin c570e657c1 (CDROM) Fix memory leak caught with asan - buf passed to filestream_read_file
was not being freed after we were done with it (we are done with it after iterating
over the string list)
2022-07-15 19:00:59 +02:00
..