MCPcopy Create free account
hub / github.com/git/git / kwsfree

Function kwsfree

kwset.c:809–817  ·  view source on GitHub ↗

Free the components of the given keyword set. */

Source from the content-addressed store, hash-verified

807
808/* Free the components of the given keyword set. */
809void
810kwsfree (kwset_t kws)
811{
812 struct kwset *kwset;
813
814 kwset = (struct kwset *) kws;
815 obstack_free(&kwset->obstack, NULL);
816 free(kws);
817}

Callers 2

diffcore_pickaxeFunction · 0.85
kwsallocFunction · 0.85

Calls 1

obstack_freeFunction · 0.85

Tested by

no test coverage detected