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

manual_reset_event use wrong parameter #5870

Closed
KennyYaming opened this issue Feb 18, 2020 · 3 comments
Closed

manual_reset_event use wrong parameter #5870

KennyYaming opened this issue Feb 18, 2020 · 3 comments
Labels

Comments

@KennyYaming
Copy link

src\win\win-helpers.cpp lines 634

    manual_reset_event::manual_reset_event()
        :event_base(CreateEvent(nullptr, **FALSE**, FALSE, nullptr))
    {}

I think the second parameter should be TRUE.

@dorodnic
Copy link
Contributor

Hi @KennyYaming
I think you are right, thank you

@RealSenseCustomerSupport
Copy link
Collaborator


Hi @KennyYaming,

Thank you for pointing this out. All necessary corrections will be made as soon as possible.

@RealSenseSupport
Copy link
Collaborator

@KennyYaming The fix now was merged to Release. https://github.com/IntelRealSense/librealsense/blob/master/src/win/win-helpers.cpp#L792 Thanks again for your pointing out this!

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

4 participants