Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
void
133
json_norm_string_free(LEX_STRING *string)
134
{
135
my_free(string->str);
136
string->str= NULL;
137
string->length= 0;
138
}
139
140
141
void
Callers
2
json_norm_object_append_key_value
Function · 0.85
json_norm_value_free
Function · 0.85
Calls
1
my_free
Function · 0.85
Tested by
no test coverage detected