summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-03 20:00:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-06-03 20:00:09 (GMT)
commitb5c26758639cd934780620d4dd16854c8fdf8c34 (patch)
treea6373e93a80d1d45ecb7a71b1c9eca530668f54f
parent3684101a654d5a7b598d9810df3b498f2a8928d0 (diff)
parent4b8f772ce4df667583243e434ca0548d5b84b3a6 (diff)
downloadgit-b5c26758639cd934780620d4dd16854c8fdf8c34.zip
git-b5c26758639cd934780620d4dd16854c8fdf8c34.tar.gz
git-b5c26758639cd934780620d4dd16854c8fdf8c34.tar.bz2
Sync with maint
-rw-r--r--sha1_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1_file.c b/sha1_file.c
index 67e815b..b114cc9 100644
--- a/sha1_file.c
+++ b/sha1_file.c
@@ -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;