mirror of
https://github.com/minetest/minetest.git
synced 2024-11-30 03:23:45 +01:00
Fix crash caused by Lua error during startup (#7473)
This commit is contained in:
parent
85ce23b165
commit
971dea7efd
@ -146,6 +146,9 @@ EmergeManager::~EmergeManager()
|
|||||||
}
|
}
|
||||||
|
|
||||||
delete thread;
|
delete thread;
|
||||||
|
|
||||||
|
// Mapgen init might not be finished if there is an error during startup.
|
||||||
|
if (m_mapgens.size() > i)
|
||||||
delete m_mapgens[i];
|
delete m_mapgens[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user