mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 22:16:44 +00:00
b6d3df3335
* fs.mitm: Fix mismatched new[] / delete Using delete instead of delete[] on a pointer given by new[] is undefined behaviour. For memory sources, malloc/free are used because cleaning up is tricky when data can be either allocated with new (RomfsHeader) or new[] (metadata). * set.mitm: Fix mismatched new[] / delete |
||
---|---|---|
.. | ||
fs_istorage.hpp | ||
fs_shim.c | ||
fs_shim.h | ||
fsmitm_boot0storage.cpp | ||
fsmitm_boot0storage.hpp | ||
fsmitm_layeredrom.cpp | ||
fsmitm_layeredrom.hpp | ||
fsmitm_main.cpp | ||
fsmitm_main.hpp | ||
fsmitm_romfsbuild.cpp | ||
fsmitm_romfsbuild.hpp | ||
fsmitm_romstorage.hpp | ||
fsmitm_service.cpp | ||
fsmitm_service.hpp |