mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 10:03:45 +01:00
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