diff options
author | Adam <Adam@anope.org> | 2013-12-19 21:34:21 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-12-19 21:34:21 -0500 |
commit | c0cd76a0a5be7bbbcf3e891357e5a8caa7ad8038 (patch) | |
tree | 96f6d3be5a37f6c4a2374d35d3fd6714ecb974fa /include/config.h | |
parent | ab6cd3b26caf127d1052e58e9f906d8ed5c3d986 (diff) |
Don't leak opers and opertypes on /os reload, fix not updating opertypes on non conf opers on rehash
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index a86a4433a..1bc566c5c 100644 --- a/include/config.h +++ b/include/config.h @@ -129,6 +129,7 @@ namespace Configuration Anope::map<Anope::string> bots; Conf(); + ~Conf(); void LoadConf(File &file); |