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

43 {
44  if (s) free(s);
45  if (w) free(w);
46  s = NULL;
47  w = NULL;
48  return 0;
49 }
static char * w
Definition: cu_out_twkb.c:25
static char * s
Definition: cu_out_twkb.c:24
void free(void *)

References free(), s, and w.

Referenced by twkb_out_suite_setup().

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