Mat_VarFree - Man Page
Frees a MAT variable structure.
Synopsis
#include <matio.h>
void
Mat_VarFree
(matvar_t *matvar);
Description
The Mat_VarFree
() function free's the memory used by a MAT variable structure. If the variable was not created with the MAT_F_DONT_COPY_DATA
flag, the variable data is also free'd.
See Also
Referenced By
March 18, 2012