PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ clean_cg_suite()

static int clean_cg_suite ( void  )
static

Definition at line 52 of file cu_algorithm.c.

53 {
54  if ( l21 ) lwline_free(l21);
55  if ( l22 ) lwline_free(l22);
56  return 0;
57 }
LWLINE * l21
Definition: cu_algorithm.c:28
LWLINE * l22
Definition: cu_algorithm.c:29
void lwline_free(LWLINE *line)
Definition: lwline.c:76

References l21, l22, and lwline_free().

Referenced by algorithms_suite_setup().

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