# | Line 125 | Line 125 | free_client(struct Client *client_p) | |
---|---|---|
125 | assert(client_p->idhnext == client_p); | |
126 | assert(client_p->channel.head == NULL); | |
127 | assert(dlink_list_length(&client_p->channel) == 0); | |
128 | < | assert(dlink_list_length(&client_p->whowas) == 0); |
128 | > | assert(dlink_list_length(&client_p->whowas_list) == 0); |
129 | assert(dlink_list_length(&client_p->svstags) == 0); | |
130 | ||
131 | xfree(client_p->serv); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |