mrss_free

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); `

?
extern (C) @system nothrow @nogc
mrss_free

Parameters

element

the data struct

Return Value

the error code

Meta