.TH "g2_free.c" 3 "Tue May 3 2022" "Version 1.6.4" "NCEPLIBS-g2c" \" -*- nroff -*- .ad l .nh .SH NAME g2_free.c \- Free up memory that was allocated for struct gribfield\&. .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include 'grib2\&.h'\fP .br .SS "Functions" .in +1c .ti -1c .RI "void \fBg2_free\fP (\fBgribfield\fP *gfld)" .br .RI "This routine frees up memory that was allocated for struct gribfield\&. " .in -1c .SH "Detailed Description" .PP Free up memory that was allocated for struct gribfield\&. .PP \fBAuthor\fP .RS 4 Stephen Gilbeert .RE .PP \fBDate\fP .RS 4 2002-10-28 .RE .PP .PP Definition in file \fBg2_free\&.c\fP\&. .SH "Function Documentation" .PP .SS "void g2_free (\fBgribfield\fP * gfld)" .PP This routine frees up memory that was allocated for struct gribfield\&. .PP \fBParameters\fP .RS 4 \fIgfld\fP pointer to gribfield structure (defined in include file \fBgrib2\&.h\fP) returned from routine \fBg2_getfld()\fP\&. .RE .PP \fBNote\fP .RS 4 This routine must be called to free up memory used by the decode routine, \fBg2_getfld()\fP, when user no longer needs to reference this data\&. .RE .PP \fBAuthor\fP .RS 4 Stephen Gilbeert .RE .PP \fBDate\fP .RS 4 2002-10-28 .RE .PP .PP Definition at line 24 of file g2_free\&.c\&. .SH "Author" .PP Generated automatically by Doxygen for NCEPLIBS-g2c from the source code\&.