Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ free_var
Function
free_var
util/smmstoretool/vs.c:206–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
static void free_var(struct var_t *var)
207
{
208
free(var->name);
209
free(var->data);
210
free(var);
211
}
212
213
void vs_delete(struct var_store_t *vs, struct var_t *var)
214
{
Callers
2
vs_delete
Function · 0.85
vs_free
Function · 0.85
Calls
1
free
Function · 0.50
Tested by
no test coverage detected