From b04b6648aae355a9da7683443ec146ba635b8e80 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Thu, 12 Jul 2012 17:39:58 +0100 Subject: [PATCH] Fix possible deadlock when 'waf --apiscan' finishes --- bindings/python/wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 64c3529c5..085f502b2 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -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