diff options
author | Jeroen BĂ©dorf <jeroen@bedorf.net> | 2015-04-02 12:04:31 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-04-30 15:53:53 +0200 |
commit | bf31003d74f538a9096ef5999b31b0daa58c38c9 (patch) | |
tree | e26a563adbdab2fdbadadc01c5be5f46171b4def /include/astra | |
parent | 6fe3adab8ef3c9ab93a92c132f9809851a4dda74 (diff) | |
download | astra-bf31003d74f538a9096ef5999b31b0daa58c38c9.tar.gz astra-bf31003d74f538a9096ef5999b31b0daa58c38c9.tar.bz2 astra-bf31003d74f538a9096ef5999b31b0daa58c38c9.tar.xz astra-bf31003d74f538a9096ef5999b31b0daa58c38c9.zip |
Fix memory leak in the config
Diffstat (limited to 'include/astra')
-rw-r--r-- | include/astra/Config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/astra/Config.h b/include/astra/Config.h index 9893c90..0230dbe 100644 --- a/include/astra/Config.h +++ b/include/astra/Config.h @@ -51,6 +51,8 @@ struct _AstraExport Config { XMLNode* self; XMLNode* global; + + XMLDocument *_doc; }; struct ConfigCheckData { |