summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index c9dbb6d82..28fb91d7a 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -303,6 +303,8 @@ static void ShutdownGame()
/* Close all and any open filehandles */
FioCloseAll();
+
+ UninitFreeType();
}
/**