Add missing gitRepo close (#16896)

This commit is contained in:
6543
2021-08-31 08:12:37 +02:00
committed by GitHub
parent 2fc5b08c42
commit 1f7187c973

View File

@@ -278,6 +278,7 @@ func Diff(ctx *context.Context) {
ctx.ServerError("Repo.GitRepo.GetCommit", err)
return
}
defer gitRepo.Close()
repoPath = ctx.Repo.Repository.WikiPath()
} else {
gitRepo = ctx.Repo.GitRepo