[threadpool] Make ThreadPool global variable staticaly allocated
authorLudovic Henry <ludovic@xamarin.com>
Tue, 7 Feb 2017 21:50:34 +0000 (16:50 -0500)
committerLudovic Henry <ludovic@xamarin.com>
Thu, 16 Feb 2017 20:36:44 +0000 (15:36 -0500)
commitf48449d62914210e48224e76c350a22505e7ace0
tree024b690b988cf4ef4a5670976ab9cc0bcbf7666d
parent28e85253720f1d4f4b29d94fe9d3859a4a735dc3
[threadpool] Make ThreadPool global variable staticaly allocated

We wouldn't free it on cleanup, so we would end up leaking it anyway.
mono/metadata/threadpool.c