mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-11-18 10:01:17 +01:00
* 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 | ||