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

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 2196 by michael, Tue Jun 4 18:30:12 2013 UTC vs.
Revision 2228 by michael, Thu Jun 13 19:46:30 2013 UTC

# Line 184 | Line 184 | conf_free(struct MaskItem *conf)
184    MyFree(conf->passwd);
185    MyFree(conf->spasswd);
186    MyFree(conf->reason);
187 +  MyFree(conf->certfp);
188    MyFree(conf->user);
189    MyFree(conf->host);
190   #ifdef HAVE_LIBCRYPTO

Diff Legend

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