GRASS Programmer's Manual
6.4.3(2013)-r
|
#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.
Referenced by main().