Skip to content

Commit

Permalink
sha1_file: trivial style cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Felipe Contreras authored and Junio C Hamano committed Jun 3, 2013
1 parent fada522 commit 4b8f772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sha1_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4b8f772

Please sign in to comment.