1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

fix emergemanager memory leaks

This commit is contained in:
sapier 2013-04-07 21:01:19 +02:00 committed by kwolekr
parent 04c3b17c78
commit 7d002b60ff
2 changed files with 17 additions and 1 deletions

View file

@ -2494,6 +2494,8 @@ ServerMap::~ServerMap()
delete chunk;
}
#endif
delete m_mgparams;
}
bool ServerMap::initBlockMake(BlockMakeData *data, v3s16 blockpos)