Clean up the reactor proc

This commit is contained in:
Thomas S Hatch 2013-02-06 14:43:02 -07:00
parent f81f4e7b79
commit 2df4f3f231

View File

@ -314,6 +314,7 @@ class Master(SMaster):
clean_proc(clear_old_jobs_proc)
clean_proc(reqserv.publisher)
clean_proc(reqserv.eventpublisher)
clean_proc(reqserv.reactor)
for proc in reqserv.work_procs:
clean_proc(proc)
raise MasterExit