diff options
Diffstat (limited to 'remote.c')
| -rw-r--r-- | remote.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2731,6 +2731,7 @@ static void check_if_includes_upstream(struct ref *remote) if (is_reachable_in_reflog(local->name, remote) <= 0) remote->unreachable = 1; + free_one_ref(local); } static void apply_cas(struct push_cas_option *cas, |
