1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 12:53:13 +02:00
This commit is contained in:
Bram Matthys
2015-07-16 17:15:09 +02:00
parent dd3993008c
commit cb18db026f
+1 -1
View File
@@ -584,7 +584,7 @@ void FreeModObj(ModuleObject *obj, Module *m)
CommandDel(obj->object.command);
}
else if (obj->type == MOBJ_HOOKTYPE) {
HooktypeDel(obj->object.hooktype, m);
//HooktypeDel(obj->object.hooktype, m); -- reinstate if we audited this code
}
else if (obj->type == MOBJ_VERSIONFLAG) {
VersionflagDel(obj->object.versionflag, m);