diff options
-rw-r--r-- | builtin/pull.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/pull.c b/builtin/pull.c index 3e624d1e00..06e5bd48b5 100644 --- a/builtin/pull.c +++ b/builtin/pull.c @@ -994,6 +994,7 @@ int cmd_pull(int argc, const char **argv, const char *prefix) opt_ff = "--ff-only"; ret = run_merge(); } + free_commit_list(list); } ret = run_rebase(&curr_head, merge_heads.oid, &rebase_fork_point); |