Sync with maint

This commit is contained in:
Junio C Hamano
2013-06-03 13:00:03 -07:00

View File

@ -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;