MCPcopy Index your code
hub / github.com/MapServer/MapServer / ms_regfree

Function ms_regfree

mapregex.c:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78MS_API_EXPORT(void) ms_regfree(ms_regex_t *regex)
79{
80 regfree((regex_t*)(regex->sys_regex));
81 free(regex->sys_regex);
82 return;
83}

Callers 5

yyparseFunction · 0.70
msEvalRegexFunction · 0.70
freeExpressionFunction · 0.70
generateLegendTemplateFunction · 0.70
msReturnPageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected