Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pk/rebase-in-c-6-final'
[gitweb.git]
/
builtin
/
ls-remote.c
diff --git
a/builtin/ls-remote.c
b/builtin/ls-remote.c
index 1a25df7ee15b45df142679286afdb0e8c55647dc..6a0cdec30d2d77711d880f5e4b6ba6ff981e2e8d 100644
(file)
--- a/
builtin/ls-remote.c
+++ b/
builtin/ls-remote.c
@@
-151,6
+151,6
@@
int cmd_ls_remote(int argc, const char **argv, const char *prefix)
}
UNLEAK(sorting);
-
UNLEAK(
ref_array);
+
ref_array_clear(&
ref_array);
return status;
}