Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ variable_del
Function
variable_del
scripts/config/preprocess.c:324–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
}
323
324
static void variable_del(struct variable *v)
325
{
326
list_del(&v->node);
327
free(v->name);
328
free(v->value);
329
free(v);
330
}
331
332
void variable_all_del(void)
333
{
Callers
1
variable_all_del
Function · 0.85
Calls
1
list_del
Function · 0.70
Tested by
no test coverage detected