aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/main.cpp b/base/main.cpp
index f538243f48..355a65f883 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -57,6 +57,7 @@
#include "graphics/cursorman.h"
#include "graphics/fontman.h"
+#include "graphics/yuv_to_rgb.h"
#ifdef USE_FREETYPE2
#include "graphics/fonts/ttf.h"
#endif
@@ -512,6 +513,7 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
Graphics::shutdownTTF();
#endif
EngineManager::destroy();
+ Graphics::YUVToRGBManager::destroy();
return 0;
}