Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std: Be sure to call pthread_attr_destroy
On some OSes (such as freebsd), pthread_attr_init allocates memory, so this is necessary to deallocate that memory. Closes rust-lang#13420
- Loading branch information
11c9871
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+