PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwt_FreeBackendIface()

void lwt_FreeBackendIface ( LWT_BE_IFACE iface)

Release memory associated with an LWT_BE_IFACE.

Definition at line 66 of file lwgeom_topo.c.

67 {
68  lwfree(iface);
69 }
void lwfree(void *mem)
Definition: lwutil.c:242

References lwfree().

Here is the call graph for this function: