summaryrefslogtreecommitdiff
path: root/src/maingui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/maingui.cpp')
-rw-r--r--src/maingui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/maingui.cpp b/src/maingui.cpp
index 5019daf22..f4e80ac97 100644
--- a/src/maingui.cpp
+++ b/src/maingui.cpp
@@ -124,6 +124,7 @@ int mainGui(int argc, char *argv[])
ret = client->testsExec();
}
delete2(client);
+ VirtFs::deinit();
#if SDL_MIXER_VERSION_ATLEAST(1, 2, 11)
Mix_Quit();