mirror of
https://github.com/git/git.git
synced 2026-04-10 00:40:14 +02:00
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)
|
||||
die("failed to apply delta");
|
||||
|
||||
free (delta_data);
|
||||
free(delta_data);
|
||||
}
|
||||
|
||||
*final_type = type;
|
||||
|
||||
Reference in New Issue
Block a user