Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pthread_rwlock_init() should be matched by pthread_rwlock_destroy() #8580

Merged
merged 1 commit into from
Nov 27, 2019

Conversation

omoerbeek
Copy link
Member

On some platforms, pthread_rwlock_init() not only inits mem, but also
acquires resources.

Short description

Checklist

I have:

  • read the CONTRIBUTING.md document
  • compiled this code
  • tested this code
  • included documentation (including possible behaviour changes)
  • documented the code
  • added or modified regression test(s)
  • added or modified unit test(s)

On some platforms, pthread_rwlock_init() not only inits mem, but also
acquires resources.
@omoerbeek omoerbeek merged commit 67bc725 into PowerDNS:master Nov 27, 2019
@omoerbeek omoerbeek deleted the thread_rwlock_destroy branch November 27, 2019 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants