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:
aeb014f
)
remote: release strbuf after use in read_remote_branches()
author
Rene Scharfe
<redacted>
Wed, 30 Aug 2017 18:00:25 +0000
(20:00 +0200)
committer
Junio C Hamano
<redacted>
Wed, 6 Sep 2017 23:49:28 +0000
(08:49 +0900)
Signed-off-by: Rene Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/remote.c
patch
|
blob
|
history
diff --git
a/builtin/remote.c
b/builtin/remote.c
index a995ea86c17474be248a974469f7d535c942fc70..d0bf999abf7459f45dec25e4f1920b766a44aea1 100644
(file)
--- a/
builtin/remote.c
+++ b/
builtin/remote.c
@@
-571,6
+571,7
@@
static int read_remote_branches(const char *refname,
else
item->util = NULL;
}
+ strbuf_release(&buf);
return 0;
}
git clone https://git.99rst.org/PROJECT