Skip to content
Snippets Groups Projects
Commit 55fdc3e5 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

fixed mutex unlocking

parent 03bfbaef
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ ViewTargetBasePtr ViewSelection::nextAutomaticViewTarget() ...@@ -196,7 +196,7 @@ ViewTargetBasePtr ViewSelection::nextAutomaticViewTarget()
} }
syncMutex.unlock(); lock.unlock();
ARMARX_DEBUG << "Highest saliency: " << maxSaliency; ARMARX_DEBUG << "Highest saliency: " << maxSaliency;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment