Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
apply: free patch->result
[gitweb.git]
/
builtin
/
apply.c
diff --git
a/builtin/apply.c
b/builtin/apply.c
index 28668c889a70585825bf24c78105576790a4f018..c65fb3f8dad04b22f5357e019eb87fa4d0d47bfe 100644
(file)
--- a/
builtin/apply.c
+++ b/
builtin/apply.c
@@
-210,6
+210,7
@@
static void free_patch(struct patch *patch)
free(patch->def_name);
free(patch->old_name);
free(patch->new_name);
+ free(patch->result);
free(patch);
}