MCPcopy Index your code
hub / github.com/git/git / free_patch

Function free_patch

apply.c:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251static void free_patch(struct patch *patch)
252{
253 release_patch(patch);
254 free(patch);
255}
256
257static void free_patch_list(struct patch *list)
258{

Callers 2

free_patch_listFunction · 0.85
apply_patchFunction · 0.85

Calls 1

release_patchFunction · 0.85

Tested by

no test coverage detected