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

Fix out-of order resources deallocation #7698

Merged
merged 5 commits into from
Nov 3, 2020

Conversation

nohayassin
Copy link
Contributor

@nohayassin nohayassin commented Nov 2, 2020

Continued from #7647.
Track on DSO-15827

@ev-mp ev-mp changed the title DSO 15827 new fix Fix out-of order resources deallocation Nov 2, 2020
@@ -89,6 +89,12 @@ class openvino_face_detection : public post_processing_worker_filter
{
}

~openvino_face_detection()
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest the following:
"Complete background worker to ensure it releases the instance's resources in controlled manner"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will change it

Copy link
Collaborator

@ev-mp ev-mp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@ev-mp ev-mp merged commit 3cd4059 into IntelRealSense:development Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants