Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
MS_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
yyparse
Function · 0.70
msEvalRegex
Function · 0.70
freeExpression
Function · 0.70
generateLegendTemplate
Function · 0.70
msReturnPage
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected