PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ clean_cg_suite()

static int clean_cg_suite ( void  )
static

Definition at line 51 of file cu_algorithm.c.

References lwline_free().

Referenced by algorithms_suite_setup().

52 {
53  if ( l21 ) lwline_free(l21);
54  if ( l22 ) lwline_free(l22);
55  return 0;
56 }
void lwline_free(LWLINE *line)
Definition: lwline.c:76
LWLINE * l22
Definition: cu_algorithm.c:28
LWLINE * l21
Definition: cu_algorithm.c:27
Here is the call graph for this function:
Here is the caller graph for this function: