PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwt_FreeBackendIface()

void lwt_FreeBackendIface ( LWT_BE_IFACE iface)

Release memory associated with an LWT_BE_IFACE.

Definition at line 67 of file lwgeom_topo.c.

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

References lwfree().

Here is the call graph for this function: