Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
margo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
18
Issues
18
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
sds
margo
Commits
9393e587
Commit
9393e587
authored
Aug 08, 2018
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added the case of HG_HANDLE_NULL in margo_destroy
parent
cbe1cf0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/margo.c
src/margo.c
+3
-0
No files found.
src/margo.c
View file @
9393e587
...
...
@@ -711,6 +711,9 @@ hg_return_t margo_create(margo_instance_id mid, hg_addr_t addr,
hg_return_t
margo_destroy
(
hg_handle_t
handle
)
{
if
(
handle
==
HG_HANDLE_NULL
)
return
HG_SUCCESS
;
margo_instance_id
mid
;
hg_return_t
hret
=
HG_OTHER_ERROR
;
...
...
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