logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mat_VarFree — Frees a MAT variable structure.

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.

Name

       Mat_VarFree — Frees a MAT variable structure.

See Also

Mat_VarCreate(3), Mat_VarCreateStruct(3)

Debian                                           March 18, 2012                                   MAT_VARFREE(3)

Synopsis

#include<matio.h>voidMat_VarFree(matvar_t*matvar);

See Also