diff --git a/src/main.cpp b/src/main.cpp index f160848..1a82f3d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -72,6 +72,7 @@ ON_APPLICATION_START() { } ON_APPLICATION_ENDS() { + unmountAllRomfs(); FileHandleWrapper_FreeAll(); deinitLogging(); }