nghttp3_qpack_encoder_del
Synopsis
#include <nghttp3/nghttp3.h>
-
void nghttp3_qpack_encoder_del(nghttp3_qpack_encoder *encoder)
nghttp3_qpack_encoder_del()
frees memory allocated for encoder. This function also frees memory pointed by encoder itself. This function does nothing if encoder is NULL.