PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
stringlist_destroy()
void stringlist_destroy
(
stringlist_t
*
s
)
Definition at line
77
of file
stringlist.c
.
78
{
79
stringlist_release
(
s
);
80
lwfree
(
s
);
81
}
s
char * s
Definition:
cu_in_wkt.c:23
lwfree
void lwfree(void *mem)
Definition:
lwutil.c:242
stringlist_release
void stringlist_release(stringlist_t *s)
Definition:
stringlist.c:50
References
lwfree()
,
s
, and
stringlist_release()
.
Here is the call graph for this function:
liblwgeom
stringlist.h
Generated by
1.9.1