Skip to content
Snippets Groups Projects
Commit f0a8f655 authored by Zeno-'s avatar Zeno-
Browse files

Fix double free bug when server is shut down

Thanks @oleastre
parent 88317034
Branches
Tags
No related merge requests found
......@@ -136,6 +136,7 @@ struct MapgenFactory {
class GenElement {
public:
virtual ~GenElement() {}
u32 id;
std::string name;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment