/[monit]/monit/http/engine.c
ViewVC logotype

Diff of /monit/http/engine.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by hauk, Fri Sep 19 22:07:47 2003 UTC revision 1.49 by hauk, Tue Sep 30 16:03:14 2003 UTC
# Line 472  static void destroy_host_allow(HostsAllo Line 472  static void destroy_host_allow(HostsAllo
472      destroy_host_allow(a->next);      destroy_host_allow(a->next);
473    }    }
474    
475    free(a->name);    FREE(a->name);
476    free(a);    FREE(a);
477    
478  }  }
479    

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26