PostGIS  2.4.9dev-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.

References bytebuffer_destroy_buffer(), and lwfree().

92 {
94  if ( s )
95  lwfree(s);
96 
97  return;
98 }
void lwfree(void *mem)
Definition: lwutil.c:244
void bytebuffer_destroy_buffer(bytebuffer_t *s)
Free the bytebuffer_t and all memory managed within it.
Definition: bytebuffer.c:104
Here is the call graph for this function: