microprofiler memleak fix (#123)

some 50mb being leaked; may as well

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/123
Co-authored-by: Esther1024 <danishreyjavik@outlook.com>
Co-committed-by: Esther1024 <danishreyjavik@outlook.com>
This commit is contained in:
Esther1024 2025-05-21 04:08:07 +00:00 committed by crueter
parent ebd3605313
commit ce6b506b02

View file

@ -1141,6 +1141,9 @@ void MicroProfileShutdown()
MicroProfileWebServerStop();
MicroProfileStopContextSwitchTrace();
MicroProfileGpuShutdown();
for (uint32_t i = 0; i < S.nNumLogs; ++i) {
delete S.Pool[i];
}
}
#ifdef MICROPROFILE_IOS