PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ stringlist_destroy()

void stringlist_destroy ( stringlist_t s)

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:242
void stringlist_release(stringlist_t *s)
Definition: stringlist.c:50

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

Here is the call graph for this function: