PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ 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:242

References lwfree(), and s.

Referenced by stringbuffer_destroy().

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