networker: fix memleak just introduced
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 23 Jan 2012 00:28:23 +0000 (01:28 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 23 Jan 2012 00:28:23 +0000 (01:28 +0100)
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;
 }