Sync with maint
This commit is contained in:
@ -2138,7 +2138,7 @@ void *unpack_entry(struct packed_git *p, off_t obj_offset,
|
|||||||
if (!data)
|
if (!data)
|
||||||
die("failed to apply delta");
|
die("failed to apply delta");
|
||||||
|
|
||||||
free (delta_data);
|
free(delta_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
*final_type = type;
|
*final_type = type;
|
||||||
|
Reference in New Issue
Block a user