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

Function release_object_request

http-walker.c:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static void release_object_request(struct object_request *obj_req)
125{
126 if (obj_req->req !=NULL && obj_req->req->localfile != -1)
127 error("fd leakage in release: %d", obj_req->req->localfile);
128
129 list_del(&obj_req->node);
130 free(obj_req);
131}
132
133static int fill_active_slot(void *data UNUSED)
134{

Callers 2

abort_object_requestFunction · 0.85
fetch_objectFunction · 0.85

Calls 2

errorFunction · 0.85
list_delFunction · 0.85

Tested by

no test coverage detected