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

m_UseMultiThread in AdvancedImageToImageMetric not initialized #1

Closed
coertmetz opened this issue May 22, 2017 · 1 comment
Closed
Assignees
Labels

Comments

@coertmetz
Copy link
Collaborator

The member m_UseMultiThread in the AdvancedImageToImageMetric is not initialized which causes ValGrind errors.

Adding the line:
this->m_UseMultiThread = false;
to the constructor will fix this.

@kaspermarstal kaspermarstal self-assigned this May 23, 2017
kaspermarstal added a commit that referenced this issue May 23, 2017
The member m_UseMultiThread in the AdvancedImageToImageMetric was not initialized and caused ValGrind errors. Reported by @coertmetz.

This commit fixes #1.
@kaspermarstal
Copy link
Member

Thank you for reporting this issue!

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