Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
revision: replace "struct cmdline_pathspec" with argv_array
[gitweb.git]
/
transport-helper.c
diff --git
a/transport-helper.c
b/transport-helper.c
index f50b34df2dba4827db6a96cf97d1c4ac7ca811a0..42b960ff86d24c9e2659f01a63a8f7a5efbc853c 100644
(file)
--- a/
transport-helper.c
+++ b/
transport-helper.c
@@
-604,6
+604,7
@@
static int process_connect_service(struct transport *transport,
cmdbuf.buf);
exit:
+ strbuf_release(&cmdbuf);
fclose(input);
return ret;
}