MCPcopy 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
324static 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
332void variable_all_del(void)
333{

Callers 1

variable_all_delFunction · 0.85

Calls 1

list_delFunction · 0.70

Tested by

no test coverage detected