* memleak...
authorWilfried Göesgens <willi@citadel.org>
Sun, 21 Feb 2010 18:27:41 +0000 (18:27 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 21 Feb 2010 18:27:41 +0000 (18:27 +0000)
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;