Skip to content

Commit

Permalink
8266187: Memory leak in appendBootClassPath()
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanghuang-Huawei committed Apr 28, 2021
1 parent 75a2354 commit c973192
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -949,6 +949,7 @@ appendBootClassPath( JPLISAgent* agent,

resolved = resolve(parent, path);
jvmtierr = (*jvmtienv)->AddToBootstrapClassLoaderSearch(jvmtienv, resolved);
free(resolved);
}

/* print warning if boot class path not updated */
Expand Down

0 comments on commit c973192

Please sign in to comment.