Skip to content

Commit

Permalink
Sync with maint
Browse files Browse the repository at this point in the history
  • Loading branch information
Junio C Hamano committed Jun 3, 2013
2 parents 3684101 + 4b8f772 commit b5c2675
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 b5c2675

Please sign in to comment.