cgiFree - Frees CGI data structure
Contents
Description
This routine frees memory allocated by CGI parsing routines. Temporary files from CGI file upload are
also removed. This is the opposite of cgiInit(3).
After this routine was called, no variables, cookies, files and no additional header lines are available.
The result type is also reset to "text/html".
Name
cgiFree - Frees CGI data structure
See Also
cgiInit(3), cgiDebug(3), cgiHeader(3), cgiSetHeader(3), cgiSetType(3), cgiGetValue(3), cgiGetVariables(3) cgiGetCookie(3), cgiGetCookies(3). CGI Library 6 April 2008 cgiFree(3)
Synopsys
#include<cgi.h>voidcgiFree(s_cgi*parms);
