diff options
-rw-r--r-- | src/mir_core/langpack.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_core/langpack.cpp b/src/mir_core/langpack.cpp index 885b6c7f9e..a23e6311a6 100644 --- a/src/mir_core/langpack.cpp +++ b/src/mir_core/langpack.cpp @@ -597,6 +597,7 @@ void UnloadLangPackModule() int i;
for (i=0; i < lMuuids.getCount(); i++)
mir_free(lMuuids[i]);
+ lMuuids.destroy();
LangPackEntry *p = langPack.entry;
for (i=0; i < langPack.entryCount; i++, p++) {
|