Begun implimentation of a really good thread control interface.
[citadel.git] / citadel / housekeeping.c
index 3a02ef569a028d66c007e7aa115e4cb8dbaf8174..cbc8a1c42c5c70506e2f79bad4b2d75c93d45fff 100644 (file)
@@ -168,6 +168,8 @@ void do_housekeeping(void) {
        JournalRunQueue();
 
        PerformSessionHooks(EVT_HOUSE); /* perform as needed housekeeping */
+       
+       ctdl_internal_thread_gc(0);
 
        /* Then, do the "once per minute" stuff... */
        if (do_perminute_housekeeping_now) {