PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ clean_wkb_in_suite()

static int clean_wkb_in_suite ( void  )
static

Definition at line 41 of file cu_in_wkb.c.

42 {
43  if (hex_a) free(hex_a);
44  if (hex_b) free(hex_b);
45  hex_a = NULL;
46  hex_b = NULL;
47  return 0;
48 }
static char * hex_a
Definition: cu_in_wkb.c:23
static char * hex_b
Definition: cu_in_wkb.c:24
void free(void *)

References free(), hex_a, and hex_b.

Referenced by wkb_in_suite_setup().

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