Changeset 776 for branches


Ignore:
Timestamp:
09/29/06 03:42:25 (6 years ago)
Author:
wd
Message:

Do not free xinfo names anymore (whoops!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-1.1/modules/ircd/support.c

    r751 r776  
    209209        if (xhp->func == func) { 
    210210            LIST_REMOVE(xhp, lp); 
    211             free(xhp->name); 
    212211            free(xhp->desc); 
    213212            free(xhp); 
Note: See TracChangeset for help on using the changeset viewer.