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

dlmisc.c: Avoid double unlock in snd_dlobj_cache_get0() #182

Closed
wants to merge 1 commit into from

Conversation

johado
Copy link

@johado johado commented Oct 7, 2021

Remove call to snd_dlobj_unlock() in snd_dlobj_cache_get0()
All lock/unlock is done by callers of the function.

Fixes: #181

Remove call to snd_dlobj_unlock() in snd_dlobj_cache_get0()
All lock/unlock is done by callers of the function.

Fixes: alsa-project#181
@perexg perexg closed this in 42eeb5e Oct 7, 2021
@perexg perexg mentioned this pull request Oct 7, 2021
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.

Double snd_dlobj_unlock()
1 participant