Commit 1265b51f by Sascha Cunz

Add missing git_buf_free

parent 88aef766
...@@ -282,6 +282,7 @@ static int update_head_to_branch( ...@@ -282,6 +282,7 @@ static int update_head_to_branch(
cleanup: cleanup:
git_reference_free(remote_ref); git_reference_free(remote_ref);
git_buf_free(&remote_branch_name);
return retcode; return retcode;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment