1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 23:43:12 +02:00

Fixed crashbug in db-merger.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1851 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
jantje_85
2008-12-20 12:46:32 +00:00
parent 75b4bc020f
commit fff6aadc1e
-2
View File
@@ -1952,8 +1952,6 @@ int delcore(NickCore *nc)
nclists[HASH(nc->display)] = nc->next;
free(nc->display);
if (nc->pass)
free(nc->pass);
if (nc->email)
free(nc->email);
if (nc->greet)