mirror of
https://github.com/anope/anope.git
synced 2026-07-09 15:03:13 +02:00
Forgot one in last commit.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1868 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -2039,10 +2039,7 @@ Entry *entry_add(EList * list, const char *mask)
|
||||
e = entry_create(hostmask);
|
||||
|
||||
if (!e)
|
||||
{
|
||||
delete [] hostmask;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
e->next = list->entries;
|
||||
e->prev = NULL;
|
||||
|
||||
Reference in New Issue
Block a user