Add missing git_buf_free

This commit is contained in:
Sascha Cunz 2013-01-11 03:07:50 +01:00
parent 88aef76635
commit 1265b51f5b

View File

@ -282,6 +282,7 @@ static int update_head_to_branch(
cleanup:
git_reference_free(remote_ref);
git_buf_free(&remote_branch_name);
return retcode;
}