Function rc_filter_free#
Defined in File filter.h
Function Documentation#
-
int rc_filter_free(rc_filter_t *f)#
Frees the memory allocated by a filter’s buffers and coefficient vectors. Also resets all filter properties back to 0.
- Parameters:
f – Pointer to user’s rc_filter_t struct
- Returns:
Returns 0 on success or -1 on failure.