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
mpim-sw
libcdi
Commits
b541a473
Commit
b541a473
authored
Nov 19, 2013
by
Thomas Jahns
🤸
Browse files
Fix minor memory leak.
parent
e269fd47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio_server.c
View file @
b541a473
...
...
@@ -1116,6 +1116,9 @@ void IOServer(void (*postCommSetupActions)(void))
}
backendCleanup
();
serverWinCleanup
();
#ifdef HAVE_PARALLEL_NC4
free
(
pioPrimes
);
#endif
/* listDestroy(); */
xdebug
(
"%s"
,
"RETURN"
);
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