Updated: October 28, 2024 |
Destroy a dictionary handle
#include <sys/strm.h>
int strm_dict_destroy(strm_dict_t *dict)
This function destroys the specified dictionary handle and if this is the last handle, frees the memory allocated for the dictionary object.
Zero on success, -1 on failure (check errno).