Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
code
pfabric
Commits
e78fba7f
Commit
e78fba7f
authored
Dec 11, 2017
by
Constantin Pohl
Browse files
corrected lock release
parent
49653222
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/table/HashMapTable.hpp
View file @
e78fba7f
...
...
@@ -254,6 +254,9 @@ public:
// don't forget to release the lock
lock
.
unlock
();
return
1
;
}
else
{
// release lock always after finished table altering
lock
.
unlock
();
}
}
return
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment