Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Sync with maint
author
Junio C Hamano
<gitster@pobox.com>
Mon, 3 Jun 2013 20:00:03 +0000
(13:00 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 3 Jun 2013 20:00:09 +0000
(13:00 -0700)
sha1_file.c
patch
|
blob
|
history
raw
(from parent 1:
3684101
)
diff --git
a/sha1_file.c
b/sha1_file.c
index 67e815b2db00e4d406693f82e96b11bb701509a5..b114cc922d4abce741b56e9da11fbef1382b4008 100644
(file)
--- 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;