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

There is a bug on line 65 in aeron_driver_context.h (since release 1.22.0 version) #765

Closed
linux-hl opened this issue Dec 2, 2019 · 1 comment
Labels

Comments

@linux-hl
Copy link

linux-hl commented Dec 2, 2019

This bug leads to free memory errorly. The correct code is as follows:
#define AERON_THREADING_MODE_IS_SHARED_OR_INVOKER(m) (AERON_THREADING_MODE_SHARED == m || AERON_THREADING_MODE_INVOKER == m)

@mjpt777 mjpt777 added the bug label Dec 2, 2019
mjpt777 added a commit that referenced this issue Dec 2, 2019
@mjpt777
Copy link
Contributor

mjpt777 commented Dec 2, 2019

Thanks

@mjpt777 mjpt777 closed this as completed Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants