PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwt_FreeBackendIface()

void lwt_FreeBackendIface ( LWT_BE_IFACE iface)

Release memory associated with an LWT_BE_IFACE.

Definition at line 61 of file lwgeom_topo.c.

62 {
63  lwfree(iface);
64 }
void lwfree(void *mem)
Definition: lwutil.c:248

References lwfree().

Here is the call graph for this function: