Signed-off-by: Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> --- builtin-clone.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/builtin-clone.c b/builtin-clone.c index 8e1a1d3..da21cab 100644 --- a/builtin-clone.c +++ b/builtin-clone.c @@ -516,6 +516,7 @@ int cmd_clone(int argc, const char **argv, const char *prefix) refs = transport_get_remote_refs(transport); transport_fetch_refs(transport, refs); } + free(dir); clear_extra_refs(); -- 1.6.0.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html