-
I'm malloc-ing the QUIC_BUFFER object, as well as the QUIC_BUFFER.Buffer object which is then sent over a stream. Does MSQUIC free this memory at all internally, or do I need to free it in QUIC_STREAM_EVENT_SEND_COMPLETE? |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Jan 13, 2022
Replies: 1 comment
-
You will have to free it in response to send complete. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
okbaswc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You will have to free it in response to send complete.