Skip to content

Commit

Permalink
PR #7403 from Avishag: Fix for RS5-8921 pyrelsense crash after stoppi…
Browse files Browse the repository at this point in the history
…ng sensors

(cherry picked from commit d841eb9)
  • Loading branch information
maloel committed Sep 25, 2020
1 parent b7d566c commit 7261560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mf/mf-uvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ namespace librealsense
CComPtr<IAMVideoProcAmp> _video_proc = nullptr;
std::unordered_map<int, CComPtr<IKsControl>> _ks_controls;

manual_reset_event _is_flushed;
auto_reset_event _is_flushed;
manual_reset_event _has_started;
HRESULT _readsample_result = S_OK;

Expand Down

0 comments on commit 7261560

Please sign in to comment.