Commit c560c1f52d2adb8966e2f783ed7d3f0b37117df9

Omar Polo 2022-03-14T13:50:31

don't `goto done' if calloc fails otherwise we call got_repo_close with repo being NULL and segfault there. ok stsp