1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-05 19:51:45 +00:00
Atmosphere/stratosphere
Léo Lam b6d3df3335 fs_mitm: Fix mismatched new[] / delete (#389)
* 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
2019-03-08 07:25:33 -08:00
..
ams_mitm fs_mitm: Fix mismatched new[] / delete (#389) 2019-03-08 07:25:33 -08:00
boot Make stratosphere use new libnx HosVersion API 2019-02-20 14:17:51 -08:00
creport creport: include firmware version header 2019-02-20 14:23:38 -08:00
dmnt dmnt-cheat: make cheats default toggle configurable 2019-03-06 00:20:17 -08:00
eclct.stub fix json typo 2019-02-05 10:58:52 -08:00
fatal fatal: only set display magnification on 3.0.0+ 2019-03-06 14:39:48 -08:00
libstratosphere@49d2188f6f dmnt-cheat: Fix debug event management 2019-03-05 23:58:36 -08:00
loader dmnt: allow disabling cheats via title-specific button combo 2019-03-04 06:55:37 -08:00
pm stratosphere: fix svcExitThread usage 2019-03-05 07:50:27 -08:00
sm Make stratosphere use new libnx HosVersion API 2019-02-20 14:17:51 -08:00
Makefile dmnt: pull in from ams.tma branch 2019-02-27 01:44:47 -08:00