Mat_VarFree
Free a MAT variable structure
- Provided by: libmatio-doc (Version: 1.5.3-1)
- Source: libmatio
- Report a bug
Free a MAT variable structure
#include
<matio.h>
void
Mat_VarRead(matvar_t
*matvar);
The
Mat_VarFree()
function free's the memory used by a MAT variable structure. If the variable
was no created with the MAT_F_DONT_COPY_DATA flag,
the variable data is also free'd.