8273575: memory leak in appendBootClassPath(), paths must be deallocated
Reviewed-by: dholmes, amenkov
This commit is contained in:
parent
cbffecc61e
commit
74ffe12267
@ -975,4 +975,5 @@ appendBootClassPath( JPLISAgent* agent,
|
||||
if (haveBasePath && parent != canonicalPath) {
|
||||
free(parent);
|
||||
}
|
||||
free(paths);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user