From: Arnaud Giersch Date: Sat, 21 Oct 2017 19:56:00 +0000 (+0200) Subject: ContextBoost: destroy key. X-Git-Tag: v3.18~399^2~8 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/33d92ade264af69d7f6a41a5ea9398f9096a6f39?ds=inline ContextBoost: destroy key. --- diff --git a/src/kernel/context/ContextBoost.cpp b/src/kernel/context/ContextBoost.cpp index 6e26b96183..bf96864f7c 100644 --- a/src/kernel/context/ContextBoost.cpp +++ b/src/kernel/context/ContextBoost.cpp @@ -219,6 +219,7 @@ void ParallelBoostContext::finalize() delete parmap_; parmap_ = nullptr; workers_context_.clear(); + xbt_os_thread_key_destroy(worker_id_key_); } void ParallelBoostContext::run_all()