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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user