networker: fix memleak just introduced
[citadel.git] / citadel / modules / network / serv_network.c
index 234a7722f0f1923773b0d0c066a9dac152935359..599b90d1d8d820070b514c442973b03e71dcc0a1 100644 (file)
@@ -597,6 +597,7 @@ void network_do_queue(void) {
        if (full_processing) {
                last_run = time(NULL);
        }
+       DeleteHash(&RL.RoomsInterestedIn);
        destroy_network_queue_room(RL.rplist);
        doing_queue = 0;
 }