Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ gif_hashdestroy
Function
gif_hashdestroy
freebsd/net/if_gif.c:272–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
void
273
gif_hashdestroy(struct gif_list *hash)
274
{
275
276
free(hash, M_GIF);
277
}
278
279
#define MTAG_GIF 1080679712
280
static int
Callers
2
in_gif_uninit
Function · 0.85
in6_gif_uninit
Function · 0.85
Calls
1
free
Function · 0.50
Tested by
no test coverage detected