MCPcopy Create free account
hub / github.com/MariaDB/server / json_norm_string_free

Function json_norm_string_free

strings/json_normalize.c:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131
132void
133json_norm_string_free(LEX_STRING *string)
134{
135 my_free(string->str);
136 string->str= NULL;
137 string->length= 0;
138}
139
140
141void

Callers 2

json_norm_value_freeFunction · 0.85

Calls 1

my_freeFunction · 0.85

Tested by

no test coverage detected