Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sds-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
sds-tests
Commits
d107f818
Commit
d107f818
authored
Sep 28, 2018
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix use-after-free bug
parent
3a5a42eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
perf-regression/margo-p2p-bw.c
perf-regression/margo-p2p-bw.c
+2
-1
No files found.
perf-regression/margo-p2p-bw.c
View file @
d107f818
...
...
@@ -509,13 +509,14 @@ static void bw_ult(hg_handle_t handle)
margo_destroy
(
handle
);
free
(
tid_array
);
free
(
arg_array
);
ABT_mutex_free
(
&
cur_off_mutex
);
if
(
arg_array
[
0
].
op
==
HG_BULK_PUSH
)
ABT_eventual_set
(
g_bw_done_eventual
,
NULL
,
0
);
free
(
arg_array
);
return
;
}
DEFINE_MARGO_RPC_HANDLER
(
bw_ult
)
...
...
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