Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
8284094: Memory leak in invoker_completeInvokeRequest()
Backport-of: 1dfa1eaea0c8958f4b793c0766e36607cbde5c7f
  • Loading branch information
gnu-andrew committed May 30, 2022
1 parent 0982707 commit 87375b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jdk.jdwp.agent/share/native/libjdwp/invoker.c
Expand Up @@ -796,6 +796,7 @@ invoker_completeInvokeRequest(jthread thread)
(void)outStream_writeObjectTag(env, &out, exc);
(void)outStream_writeObjectRef(env, &out, exc);
outStream_sendReply(&out);
outStream_destroy(&out);
}

/*
Expand Down

1 comment on commit 87375b4

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.