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

Function free_pointer_array

extra/replace.c:324–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 /* free pointer array */
323
324static void free_pointer_array(reg1 POINTER_ARRAY *pa)
325{
326 if (pa->typelib.count)
327 {
328 pa->typelib.count=0;
329 my_free(pa->typelib.type_names);
330 pa->typelib.type_names=0;
331 my_free(pa->str);
332 }
333 return;
334} /* free_pointer_array */
335
336
337 /* Code for replace rutines */

Callers 1

mainFunction · 0.85

Calls 1

my_freeFunction · 0.85

Tested by

no test coverage detected