Mat_VarFree (3) - Linux Manuals

Mat_VarFree: Free a MAT variable structure

NAME

Mat_VarFree - Free a MAT variable structure

SYNOPSIS

Fd #include <matio.h> Ft void Fo Mat_VarRead Fa matvar_t *matvar Fc

DESCRIPTION

The Fn 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.

SEE ALSO

Mat_VarCreate3, Mat_VarCreateStruct3