mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +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 |
||
---|---|---|
.. | ||
ams_mitm | ||
boot | ||
creport | ||
dmnt | ||
eclct.stub | ||
fatal | ||
libstratosphere@49d2188f6f | ||
loader | ||
pm | ||
sm | ||
Makefile |