Changeset 96a2e31 in code
- Timestamp:
-
Oct 28, 2014, 1:44:46 AM
(11 years ago)
- Author:
- Mike Belopuhov <mike@…>
- Branches:
- master
- Children:
- 1c6061c
- Parents:
- e68221b
- Message:
-
Reset is->group pointer in icb_remove so that we won't try to LIST_REMOVE
multiple times (happens when free is delayed by the DNS resolution).
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
re68221b
|
r96a2e31
|
|
430 | 430 | "%s (%s@%s) just left", is->nick, is->client, |
431 | 431 | is->host); |
| 432 | is->group = NULL; |
432 | 433 | } |
433 | 434 | } |