PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ stringbuffer_release()

void stringbuffer_release ( stringbuffer_t s)

Definition at line 50 of file stringbuffer.c.

References lwfree(), and stringbuffer_t::str_start.

Referenced by stringbuffer_destroy().

51 {
52  if ( s->str_start ) lwfree(s->str_start);
53 }
void lwfree(void *mem)
Definition: lwutil.c:244
char * str_start
Definition: stringbuffer.h:41
Here is the call graph for this function:
Here is the caller graph for this function: