API Version: 2.0
Library Version: 2.72
void g_free ( gpointer mem )
Frees the memory pointed to by mem.
mem
If mem is NULL it simply returns, so there is no need to check mem against NULL before calling this function.
NULL
gpointer
The memory to free.