PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ bytebuffer_destroy()

void bytebuffer_destroy ( bytebuffer_t s)

Free the bytebuffer_t and all memory managed within it.

Definition at line 91 of file bytebuffer.c.

92 {
94  if ( s )
95  lwfree(s);
96 
97  return;
98 }
void bytebuffer_destroy_buffer(bytebuffer_t *s)
Free the bytebuffer_t and all memory managed within it.
Definition: bytebuffer.c:104
char * s
Definition: cu_in_wkt.c:23
void lwfree(void *mem)
Definition: lwutil.c:244

References bytebuffer_destroy_buffer(), lwfree(), and s.

Here is the call graph for this function: