forked from Mirrorlandia_minetest/minetest
Fix double free bug when server is shut down
Thanks @oleastre
This commit is contained in:
parent
8831703428
commit
f0a8f655c0
@ -136,6 +136,7 @@ struct MapgenFactory {
|
||||
|
||||
class GenElement {
|
||||
public:
|
||||
virtual ~GenElement() {}
|
||||
u32 id;
|
||||
std::string name;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user