mirror of
https://github.com/go-gitea/gitea
synced 2025-01-13 19:24:27 +00:00
6782a64a4a
* Defer closing the gitrepo until the end of the wrapped context functions (#15653) Backport #15653 There was a mistake in #15372 where deferral of gitrepo close occurs before it should. This PR fixes this.