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

Minor fix to solve error when compiling with Clang in Mac OS 10.8 #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jnuevo
Copy link
Collaborator

@jnuevo jnuevo commented Nov 13, 2013

No description provided.

@ghost ghost assigned pablofdezalc Nov 14, 2013
alexvonduar pushed a commit to alexvonduar/akaze that referenced this pull request Jan 29, 2018
This bug is introduced by Support_CentOS7 and caused the issue pablofdezalc#1 and pablofdezalc#2.

Lx and Ly must be passed by value, instead of by reference, because Lx
and Ly are local variables and the lifetime of kcontrast_ async task
extends beyond the scope of Compute_Base_Evolution_Level().

Although the heap memory is supposed to be pinned down by
AKAZEFeatures::lx_ and ly_, its reference count seems to go wrong.
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