mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
- fixed a bunch of memory leaks that will hopefully mean less overall memory requirements.
This commit is contained in:
@@ -53,6 +53,8 @@ private:
|
||||
public:
|
||||
static XmlIo &getInstance();
|
||||
~XmlIo();
|
||||
void cleanup();
|
||||
|
||||
XmlNode *load(const string &path, std::map<string,string> mapTagReplacementValues);
|
||||
void save(const string &path, const XmlNode *node);
|
||||
};
|
||||
|
Reference in New Issue
Block a user