PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ clean_twkb_out_suite()

static int clean_twkb_out_suite ( void  )
static

Definition at line 42 of file cu_out_twkb.c.

References free(), s, and w.

Referenced by twkb_out_suite_setup().

43 {
44  if (s) free(s);
45  if (w) free(w);
46  s = NULL;
47  w = NULL;
48  return 0;
49 }
char * s
Definition: cu_out_twkb.c:24
char * w
Definition: cu_out_twkb.c:25
void free(void *)
Here is the call graph for this function:
Here is the caller graph for this function: