Fix possible deadlock when 'waf --apiscan' finishes

This commit is contained in:
Gustavo J. A. M. Carneiro
2012-07-12 17:39:58 +01:00
parent b3e2560453
commit b04b6648aa

View File

@@ -409,7 +409,6 @@ class python_scan_task_collector(Task.TaskBase):
# can't cope with it, so we have to force the user to restart
# WAF)
self.bld.producer.stop = 1
self.bld.producer.free_task_pool()
return 0