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

◆ lwt_edgeEndStar_release()

void lwt_edgeEndStar_release ( LWT_EDGEEND_STAR star)

Definition at line 52 of file lwt_edgeend_star.c.

53{
54 uint64_t i;
55 for (i=0; i<star->edgeEndsCapacity; ++i)
56 {
57 lwfree( star->edgeEnds[i] );
58 }
59 if ( star->edgeEndsCapacity ) {
60 lwfree( star->edgeEnds );
61 }
62 lwfree( star );
63}
void lwfree(void *mem)
Definition lwutil.c:248
LWT_EDGEEND ** edgeEnds

References LWT_EDGEEND_STAR_t::edgeEnds, LWT_EDGEEND_STAR_t::edgeEndsCapacity, and lwfree().

Here is the call graph for this function: