Frees any type of data struct of libmrss. If the element is alloced by libmrss, it will be freed, else this function frees only the internal data. ` mrss_t *t=....; mrss_item_t *item=...;
mrss_free(t); mrss_free(item); `
the data struct
the error code
See Implementation
Frees any type of data struct of libmrss. If the element is alloced by libmrss, it will be freed, else this function frees only the internal data. ` mrss_t *t=....; mrss_item_t *item=...;
mrss_free(t); mrss_free(item); `