PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ default_freeor()

static void default_freeor ( void *  mem)
static

Definition at line 96 of file lwutil.c.

97 {
98  free(mem);
99 }
void free(void *)

References free().

Here is the call graph for this function: