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

◆ stringlist_destroy()

void stringlist_destroy ( stringlist_t s)
extern

Definition at line 77 of file stringlist.c.

78{
80 lwfree(s);
81}
char * s
Definition cu_in_wkt.c:23
void lwfree(void *mem)
Definition lwutil.c:248
void stringlist_release(stringlist_t *s)
Definition stringlist.c:50

References lwfree(), s, and stringlist_release().

Here is the call graph for this function: