Unmount all romfs on exit

This commit is contained in:
Maschell 2022-02-14 19:29:13 +01:00
parent 0e03ccd5b2
commit a75c1e70db

View File

@ -72,6 +72,7 @@ ON_APPLICATION_START() {
}
ON_APPLICATION_ENDS() {
unmountAllRomfs();
FileHandleWrapper_FreeAll();
deinitLogging();
}