cgifree(3) - Linux man page
Name
cgiFree - Frees the data structuresSynopsys
#include <cgi.h> void cgiFree (s_cgi *parms);
Description
This routine only frees memory held by internal CGI datastructures. This is the opposite of cgiinit(3).After this routine was called, no variables, cookies and no additional header lines are available. The result type is also reset to "text/html".