ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/s_bsd.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/s_bsd.c (file contents):
Revision 7032 by michael, Fri Jan 1 00:09:08 2016 UTC vs.
Revision 7033 by michael, Sun Jan 3 14:37:29 2016 UTC

# Line 211 | Line 211 | close_connection(struct Client *client_p
211    dbuf_clear(&client_p->connection->buf_sendq);
212    dbuf_clear(&client_p->connection->buf_recvq);
213  
214 <  MyFree(client_p->connection->password);
214 >  xfree(client_p->connection->password);
215    client_p->connection->password = NULL;
216  
217    detach_conf(client_p, CONF_CLIENT | CONF_OPER | CONF_SERVER);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines