On Wed, 22 Feb 2023 15:19:56 GMT, Justin King <jck...@openjdk.org> wrote:
>> Fix minor memory leaks in libjdwp. > > Justin King has updated the pull request incrementally with one additional > commit since the last revision: > > Use jvmtiDeallocate wrapper > > Signed-off-by: Justin King <jck...@google.com> Just a sanity check here. That memory was allocated using `*callback->alloc` not `jvmtiAllocate` - is it correct to release with `jvmtiDeallocate`? ------------- PR: https://git.openjdk.org/jdk/pull/12716