MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / my_regex_end

Function my_regex_end

regex/reginit.c:73–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void my_regex_end()
74{
75 if (regex_inited)
76 {
77 int i;
78 for (i=0; i < CCLASS_LAST ; i++)
79 free((char*) cclasses[i].chars);
80 my_regex_enough_mem_in_stack= NULL;
81 regex_inited=0;
82 }
83}
84
85

Callers 1

clean_upFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected