Merge branch 'master' of https://github.com/coelckers/gzdoom into texture_rework

This commit is contained in:
Rachael Alexanderson 2020-05-18 23:13:37 -04:00
commit 58b3cb0971
4 changed files with 9 additions and 5 deletions

View file

@ -43,7 +43,7 @@ void Dictionary::Serialize(FSerializer &arc)
Dictionary *pointerToDeserializedDictionary;
arc(key, pointerToDeserializedDictionary);
Map.TransferFrom(pointerToDeserializedDictionary->Map);
delete pointerToDeserializedDictionary;
pointerToDeserializedDictionary->Destroy();
}
}