X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/f1e35c19a7db8d6b4e207a287097712b13ed5995..fea1ad522419ffa5d65202f1cf1c376dd2341a84:/src/channel.c diff --git a/src/channel.c b/src/channel.c index 5bcf29e..d6161d0 100644 --- a/src/channel.c +++ b/src/channel.c @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: channel.c 3432 2007-04-26 23:01:16Z jilles $ + * $Id: channel.c 3574 2007-10-27 21:56:53Z jilles $ */ #include "stdinc.h" @@ -384,6 +384,7 @@ destroy_channel(struct Channel *chptr) free_channel_list(&chptr->banlist); free_channel_list(&chptr->exceptlist); free_channel_list(&chptr->invexlist); + free_channel_list(&chptr->quietlist); /* Free the topic */ free_topic(chptr);