diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-24 13:28:07 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-24 13:28:07 +0000 |
commit | 5d407fb44c759524881712a80febb86b4506ddbf (patch) | |
tree | f0f426e645518a859ad25284f478854818a92da8 /src/xline.cpp | |
parent | 009c5b0562c280743033ea6ca2e673201a8e218c (diff) |
delete operator tracking in debug mode (using a macro -- live with it.)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3904 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 86a6081f2..0443a4f17 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -711,7 +711,7 @@ void apply_lines(const int What) } Goners->Apply(); - delete Goners; + DELETE(Goners); } void stats_k(userrec* user) |