MCPcopy Create free account
hub / github.com/OpenPrinting/cups / cgiFreeSearch

Function cgiFreeSearch

cgi-bin/search.c:359–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357 */
358
359void
360cgiFreeSearch(void *search) /* I - Search context */
361{
362 regfree((regex_t *)search);
363 free(search);
364}

Callers 4

cgiShowJobsFunction · 0.85
helpSearchIndexFunction · 0.85
show_all_classesFunction · 0.85
show_all_printersFunction · 0.85

Calls 1

regfreeFunction · 0.85

Tested by

no test coverage detected