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:
parent
04c3b17c78
commit
7d002b60ff
2 changed files with 17 additions and 1 deletions
|
@ -2494,6 +2494,8 @@ ServerMap::~ServerMap()
|
|||
delete chunk;
|
||||
}
|
||||
#endif
|
||||
|
||||
delete m_mgparams;
|
||||
}
|
||||
|
||||
bool ServerMap::initBlockMake(BlockMakeData *data, v3s16 blockpos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue