aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar danieldg2009-10-19 04:09:38 +0000
committerGravatar danieldg2009-10-19 04:09:38 +0000
commitf3e45bfb0e74d431fcb4a2fcd0c024f73f73e7c2 (patch)
tree490a6efe0f5e4d06e5bd2e31ca33bf931544fc6b /src/users.cpp
parentClose files opened by configreader (diff)
Valgrind now runs completely clean.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11916 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 665f1d908..4707fdc39 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -44,7 +44,7 @@ class sent
}
~sent()
{
- delete array;
+ delete[] array;
}
};