summaryrefslogtreecommitdiff
path: root/src/core/cs_logout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_logout.c')
-rw-r--r--src/core/cs_logout.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/cs_logout.c b/src/core/cs_logout.c
index 16e2a8ebc..457fe90e3 100644
--- a/src/core/cs_logout.c
+++ b/src/core/cs_logout.c
@@ -6,8 +6,8 @@
* Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
+ * Based on the original code of Services by Andy Church.
+ *
* $Id$
*
*/
@@ -109,7 +109,7 @@ void make_unidentified(User * u, ChannelInfo * ci)
uci->prev->next = uci->next;
else
u->founder_chans = uci->next;
- free(uci);
+ delete uci;
break;
}
}