sha1_file: trivial style cleanup

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Felipe Contreras 2013-05-30 08:56:21 -05:00 committed by Junio C Hamano
parent fada522129
commit 4b8f772ce4
1 changed files with 1 additions and 1 deletions

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;