diff options
Diffstat (limited to 'common/system.cpp')
-rw-r--r-- | common/system.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/system.cpp b/common/system.cpp index 97c8f8520b..c8023c8ec2 100644 --- a/common/system.cpp +++ b/common/system.cpp @@ -105,6 +105,7 @@ void OSystem::initBackend() { void OSystem::destroy() { _backendInitialized = false; + Common::String::releaseMemoryPoolMutex(); delete this; } |