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>

callback->alloc is jvmtiAllocate and callback->free is jvmtiDeallocate. It is 
setup in transport.c, which is also the one which frees. So it is fine in this 
case.

-------------

PR: https://git.openjdk.org/jdk/pull/12716

Reply via email to