diff --git a/pcsx2-gsrunner/Main.cpp b/pcsx2-gsrunner/Main.cpp index 2347bd3696..bc4ced39cf 100644 --- a/pcsx2-gsrunner/Main.cpp +++ b/pcsx2-gsrunner/Main.cpp @@ -644,6 +644,7 @@ int main(int argc, char* argv[]) InputManager::CloseSources(); VMManager::Internal::ReleaseMemory(); + VMManager::Internal::ReleaseGlobals(); PerformanceMetrics::SetCPUThread(Threading::ThreadHandle()); GSRunner::DestroyPlatformWindow();