X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/613f7eaf020405fe0f9e7bba0fefa5304e79a3c9..dfa6a3e6e932b35cf31f2cba948d45c41a703ac6:/whowas/whowas_channels.c diff --git a/whowas/whowas_channels.c b/whowas/whowas_channels.c index 51817917..c70bce49 100644 --- a/whowas/whowas_channels.c +++ b/whowas/whowas_channels.c @@ -20,8 +20,6 @@ static void wwc_derefchannel(chanindex *cip) { uintptr_t *refcount = (uintptr_t *)&cip->exts[wwccext]; (*refcount)--; - assert(*refcount >= 0); - if (*refcount == 0) releasechanindex(cip); }