Fix possible deadlock when 'waf --apiscan' finishes default tip
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Thu, 12 Jul 2012 17:39:58 +0100
changeset 8896 da8f6d02dbe3
parent 8895 a9fe1f5394de
Fix possible deadlock when 'waf --apiscan' finishes
bindings/python/wscript
--- a/bindings/python/wscript	Thu Jul 12 16:31:42 2012 +0100
+++ b/bindings/python/wscript	Thu Jul 12 17:39:58 2012 +0100
@@ -409,7 +409,6 @@
         # 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