nghttp3_qpack_decoder_del ========================= Synopsis -------- *#include * .. function:: 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.