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

Function release_patch

apply.c:242–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void release_patch(struct patch *patch)
243{
244 free_fragment_list(patch->fragments);
245 free(patch->def_name);
246 free(patch->old_name);
247 free(patch->new_name);
248 free(patch->result);
249}
250
251static void free_patch(struct patch *patch)
252{

Callers 2

read_patchesFunction · 0.85
free_patchFunction · 0.85

Calls 1

free_fragment_listFunction · 0.85

Tested by

no test coverage detected