1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-04 05:18:25 +00:00
Files
gitea/modules/git/repo_base_gogit.go
zeripath 88da50674f Add finalizers to ensure that repos are closed and blobreaders are closed (#19495) (#19496)
It may be prudent to add runtime finalizers to the git.Repository and
git.blobReader objects to absolutely ensure that these are both properly
cancelled, cleaned and closed out.

This commit is a backport of an extract from #19448

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-05-02 20:44:45 +08:00

3.0 KiB