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

◆ lwt_FreeTopology()

void lwt_FreeTopology ( LWT_TOPOLOGY topo)

Release memory associated with an LWT_TOPOLOGY.

Parameters
topothe topology to release (it's not removed from db)

Definition at line 568 of file lwgeom_topo.c.

569{
570 if ( ! lwt_be_freeTopology(topo) ) {
571 lwnotice("Could not release backend topology memory: %s",
573 }
574 lwfree(topo);
575}
void lwfree(void *mem)
Definition lwutil.c:248
void lwnotice(const char *fmt,...) __attribute__((format(printf
Write a notice out to the notice handler.
int lwt_be_freeTopology(LWT_TOPOLOGY *topo)
const char * lwt_be_lastErrorMessage(const LWT_BE_IFACE *be)
const LWT_BE_IFACE * be_iface

References LWT_TOPOLOGY_T::be_iface, lwfree(), lwnotice(), lwt_be_freeTopology(), and lwt_be_lastErrorMessage().

Here is the call graph for this function: