ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/scan.c
(Generate patch)

Comparing hopm/trunk/src/scan.c (file contents):
Revision 6250 by michael, Fri Jul 10 12:42:39 2015 UTC vs.
Revision 6283 by michael, Fri Jul 17 11:24:00 2015 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)