GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdlib.h>
#include <grass/segment.h>
Go to the source code of this file.
Functions | |
int | segment_release (SEGMENT *SEG) |
Free memory allocated to segment. More... | |
int segment_release | ( | SEGMENT * | SEG | ) |
Free memory allocated to segment.
Releases the allocated memory associated with the segment file seg.
Note: Does not close the file. Does not flush the data which may be pending from previous segment_put() calls.
[in,out] | seg |
Definition at line 35 of file segment/release.c.
References free().
Referenced by main().