GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
rowio/release.c
Go to the documentation of this file.
1#include <stdio.h>
2#include <stdlib.h>
3#include <grass/rowio.h>
4
6{
7 int i;
8
9 if (R->rcb) {
10 for (i = 0; i < R->nrows && R->rcb[i].buf; i++)
11 free(R->rcb[i].buf);
12 free(R->rcb);
13 R->rcb = NULL;
14 }
15}
#define NULL
Definition ccmath.h:32
void Rowio_release(ROWIO *R)
void free(void *)
Definition rowio.h:4
struct ROWIO::ROWIO_RCB * rcb
int nrows
Definition rowio.h:6