Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
make --max-pack-size argument to 'git pack-object' count in bytes
[gitweb.git]
/
builtin-grep.c
diff --git
a/builtin-grep.c
b/builtin-grep.c
index 9bd467c9b90d1c58a59e27fbc6673cb68d855c72..0ef849cb84650705ffc840aed8a3fcedbeb48f9a 100644
(file)
--- a/
builtin-grep.c
+++ b/
builtin-grep.c
@@
-205,6
+205,8
@@
static void *run(void *arg)
work_done(w);
}
+ free_grep_patterns(arg);
+ free(arg);
return (void*) (intptr_t) hit;
}