Fix NodeMetadataList loosing memory on deserialize due to invalid clear map call instead of clear
parent
2959d6b3da
commit
a39c136e69
|
@ -109,10 +109,10 @@ void NodeMetadataList::serialize(std::ostream &os) const
|
|||
|
||||
void NodeMetadataList::deSerialize(std::istream &is, IGameDef *gamedef)
|
||||
{
|
||||
m_data.clear();
|
||||
clear();
|
||||
|
||||
u8 version = readU8(is);
|
||||
|
||||
|
||||
if(version == 0){
|
||||
// Nothing
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue