mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Fix memory leak from SpatialAreaStore (#12120)
This commit is contained in:
parent
b651bbf446
commit
598efbf7f9
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ void SpatialAreaStore::getAreasInArea(std::vector<Area *> *result,
|
|||
SpatialAreaStore::~SpatialAreaStore()
|
||||
{
|
||||
delete m_tree;
|
||||
delete m_storagemanager;
|
||||
}
|
||||
|
||||
SpatialAreaStore::SpatialAreaStore()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue