Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
81c31e82
Commit
81c31e82
authored
Aug 09, 2016
by
Shane Snyder
Browse files
fix memory leak in mpiio shutdown benchmark
parent
90b7a90e
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-mpiio.c
View file @
81c31e82
...
...
@@ -1247,6 +1247,9 @@ void darshan_mpiio_shutdown_bench_setup(int test_case)
return
;
}
free
(
fh_array
);
free
(
size_array
);
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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