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 #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.
saw approval from thestinger
at alexcrichton@11c9871
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.
merging alexcrichton/rust/issue-13420 = 11c9871 into auto
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.
alexcrichton/rust/issue-13420 = 11c9871 merged ok, testing candidate = 1b37afe
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.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/5186
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/5185
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/4277
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/4291
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/5285
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/4372
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/4380
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/5287
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/4372
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/4377
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/4443
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/2172
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5285
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/4380
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/4394
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.
fast-forwarding master to auto = 1b37afe