MCPcopy 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
272void
273gif_hashdestroy(struct gif_list *hash)
274{
275
276 free(hash, M_GIF);
277}
278
279#define MTAG_GIF 1080679712
280static int

Callers 2

in_gif_uninitFunction · 0.85
in6_gif_uninitFunction · 0.85

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected