mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix double free, null texture drop
This commit is contained in:
parent
7cd5eb4c77
commit
ce901f4c4c
2 changed files with 2 additions and 4 deletions
|
@ -97,9 +97,6 @@ EmergeManager::~EmergeManager() {
|
|||
delete mapgen[i];
|
||||
}
|
||||
emergethread.clear();
|
||||
|
||||
for (unsigned int i = 0; i < mapgen.size(); i++)
|
||||
delete mapgen[i];
|
||||
mapgen.clear();
|
||||
|
||||
for (unsigned int i = 0; i < ores.size(); i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue