]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.c
* memleak...
[citadel.git] / webcit / roomops.c
index ef14c2026c6eb6caa1ea3581a8e34e678132e6da..3d5f7c560c494f2de158db9f3316fbfad1996990 100644 (file)
@@ -1619,6 +1619,7 @@ void display_editroom(void)
                wc_printf("</div>");
        }
 
+       free (not_shared_with);
        /* Mailing list management */
        if (!strcmp(tab, "listserv")) {
                room_states RoomFlags;