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

Comparing ircd-hybrid-7.2/src/channel.c (file contents):
Revision 675 by adx, Tue Jun 13 16:51:10 2006 UTC vs.
Revision 885 by michael, Wed Oct 31 18:09:24 2007 UTC

# Line 47 | Line 47
47  
48   struct config_channel_entry ConfigChannel;
49   dlink_list global_channel_list = { NULL, NULL, 0 };
50 dlink_list lazylink_channels = { NULL, NULL, 0 };
50   BlockHeap *ban_heap;    /*! \todo ban_heap shouldn't be a global var */
51  
52   static BlockHeap *topic_heap = NULL;
# Line 415 | Line 414 | destroy_channel(struct Channel *chptr)
414    dlinkDelete(&chptr->node, &global_channel_list);
415    hash_del_channel(chptr);
416  
418  if (ServerInfo.hub)
419    if ((ptr = dlinkFindDelete(&lazylink_channels, chptr)))
420      free_dlink_node(ptr);
421
417    BlockHeapFree(channel_heap, chptr);
418   }
419  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines