# | Line 444 | Line 444 | scan_create(const char *user[], const ch | |
---|---|---|
444 | static void | |
445 | scan_free(struct scan_struct *ss) | |
446 | { | |
447 | – | if (ss == NULL) |
448 | – | return; |
449 | – | |
447 | xfree(ss->irc_nick); | |
448 | xfree(ss->irc_username); | |
449 | xfree(ss->irc_hostname); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |