]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #13457 : alexcrichton/rust/issue-13420, r=thestinger
authorbors <bors@rust-lang.org>
Fri, 11 Apr 2014 09:21:36 +0000 (02:21 -0700)
committerbors <bors@rust-lang.org>
Fri, 11 Apr 2014 09:21:36 +0000 (02:21 -0700)
On some OSes (such as freebsd), pthread_attr_init allocates memory, so this is
necessary to deallocate that memory.

Closes #13420


Trivial merge