nghttp3_qpack_decoder_del

Synopsis

#include <nghttp3/nghttp3.h>

void nghttp3_qpack_decoder_del(nghttp3_qpack_decoder *decoder)

nghttp3_qpack_decoder_del() frees memory allocated for decoder. This function frees memory pointed by decoder itself. This function does nothing if decoder is NULL.