Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ah/doc-interpret-trailers-ifexists' into maint
[gitweb.git]
/
builtin
/
replace.c
diff --git
a/builtin/replace.c
b/builtin/replace.c
index 065515bababe99ad04249065822584a3f2a0af69..ab17668f4330a5e688d423a60c138768b9955e1b 100644
(file)
--- a/
builtin/replace.c
+++ b/
builtin/replace.c
@@
-120,6
+120,7
@@
static int for_each_replace_name(const char **argv, each_replace_name_fn fn)
if (fn(full_hex, ref.buf, &oid))
had_error = 1;
}
+ strbuf_release(&ref);
return had_error;
}