Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
251
static void free_patch(struct patch *patch)
252
{
253
release_patch(patch);
254
free(patch);
255
}
256
257
static void free_patch_list(struct patch *list)
258
{
Callers
2
free_patch_list
Function · 0.85
apply_patch
Function · 0.85
Calls
1
release_patch
Function · 0.85
Tested by
no test coverage detected