Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
margo
Commits
dbd0bd94
Commit
dbd0bd94
authored
Oct 11, 2017
by
Philip Carns
Browse files
bug fix to handle cache finalize
parent
03ac3834
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/margo.c
View file @
dbd0bd94
...
...
@@ -1220,7 +1220,7 @@ static void margo_handle_cache_destroy(margo_instance_id mid)
free
(
el
);
}
ABT_mutex_free
(
mid
->
handle_cache_mtx
);
ABT_mutex_free
(
&
mid
->
handle_cache_mtx
);
return
;
}
...
...
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