PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwcircstring_release()

void lwcircstring_release ( LWCIRCSTRING lwcirc)

Definition at line 92 of file lwcircstring.c.

References lwcircstring_as_lwgeom(), and lwgeom_release().

93 {
95 }
LWGEOM * lwcircstring_as_lwgeom(const LWCIRCSTRING *obj)
Definition: lwgeom.c:273
void lwgeom_release(LWGEOM *lwgeom)
Free the containing LWGEOM and the associated BOX.
Definition: lwgeom.c:421
Here is the call graph for this function: