]> jfr.im git - solanum.git/blobdiff - src/channel.c
Rework ircd-side MLOCK enforcement: instead of trying to track modes locked on or...
[solanum.git] / src / channel.c
index 1a159f1477904e39bbaf01bc1482f19300ed282b..6c05cf1ea0ee909741328ff06948944ecbd80bc5 100644 (file)
@@ -96,6 +96,7 @@ void
 free_channel(struct Channel *chptr)
 {
        rb_free(chptr->chname);
+       rb_free(chptr->mode_lock);
        rb_bh_free(channel_heap, chptr);
 }