Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
sha1_file: trivial style cleanup
author
Felipe Contreras
<felipe.contreras@gmail.com>
Thu, 30 May 2013 13:56:21 +0000
(08:56 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 3 Jun 2013 17:14:48 +0000
(10:14 -0700)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_file.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
fada522
)
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;