]> git.lizzy.rs Git - rust.git/commit
auto merge of #19285 : alexcrichton/rust/issue-19280, r=aturon
authorbors <bors@rust-lang.org>
Tue, 25 Nov 2014 01:06:41 +0000 (01:06 +0000)
committerbors <bors@rust-lang.org>
Tue, 25 Nov 2014 01:06:41 +0000 (01:06 +0000)
commit5f9741e62d7cfe26ca94a28716a95bc03d74e87a
tree3b8b8bcea9ae24b888987acf948f21b9c5a70075
parent5acb97ae76aeaeed9b4d78a613aa448ea815d74e
parenta4b1ac5447c44b5ad5923653ed2091e0510ac8db
auto merge of #19285 : alexcrichton/rust/issue-19280, r=aturon

It turns out that rustrt::at_exit() doesn't actually occur after all pthread
threads have exited (nor does atexit()), so there's not actually a known point
at which we can deallocate these keys. It's not super critical that we do so,
however, because we're about to exit anyway!

Closes #19280