PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ stringbuffer_release()

void stringbuffer_release ( stringbuffer_t s)

Definition at line 48 of file stringbuffer.c.

49{
50 if ( s->str_start ) lwfree(s->str_start);
51}
char * s
Definition cu_in_wkt.c:23
void lwfree(void *mem)
Definition lwutil.c:248

References lwfree(), and s.

Referenced by getMaxFieldSize(), lwgeom_to_gml2(), lwgeom_to_gml3(), rt_raster_gdal_contour(), ShpDumperOpenTable(), and stringbuffer_destroy().

Here is the call graph for this function:
Here is the caller graph for this function: