PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwt_FreeBackendIface()

void lwt_FreeBackendIface ( LWT_BE_IFACE iface)

Release memory associated with an LWT_BE_IFACE.

Definition at line 121 of file lwgeom_topo.c.

122{
123 lwfree(iface);
124}
void lwfree(void *mem)
Definition lwutil.c:248

References lwfree().

Here is the call graph for this function: