]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Remove Command and ModeHandler objects in their destructors; fixes possible pointer...
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 13 Oct 2009 21:34:29 +0000 (21:34 +0000)
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 13 Oct 2009 21:34:29 +0000 (21:34 +0000)
commit37fd031da06761c8a050105b55d73a8ab499fb74
tree6709b8882806cfe2a4dd20bdcd0aa5581344955e
parent99064f734b9b1513c1d3b3792d6ea8102aae26e1
Remove Command and ModeHandler objects in their destructors; fixes possible pointer leak if a module was not careful when triggering exceptions in its constructor

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11872 e03df62e-2008-0410-955e-edbf42e46eb7
include/command_parse.h
include/ctables.h
include/inspircd.h
include/mode.h
src/command_parse.cpp
src/mode.cpp
src/modules.cpp