GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
Segment release routines. More...
#include <stdlib.h>
#include <grass/gis.h>
#include "local_proto.h"
Go to the source code of this file.
Functions | |
int | Segment_release (SEGMENT *SEG) |
Free memory allocated to segment. | |
Segment release routines.
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file segment/release.c.
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 | segment |
Definition at line 34 of file segment/release.c.
References G_free().
Referenced by Segment_close().