git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
fada522
)
sha1_file: trivial style cleanup
author
Felipe Contreras
<redacted>
Thu, 30 May 2013 13:56:21 +0000
(08:56 -0500)
committer
Junio C Hamano
<redacted>
Mon, 3 Jun 2013 17:14:48 +0000
(10:14 -0700)
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
sha1_file.c
patch
|
blob
|
history
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;
git clone https://git.99rst.org/PROJECT