PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ clean_twkb_in_suite()

static int clean_twkb_in_suite ( void  )
static

Definition at line 43 of file cu_in_twkb.c.

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

References free(), hex_a, and hex_b.

Referenced by twkb_in_suite_setup().

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