Add missing gitRepo close (#16896)
This commit is contained in:
parent
2fc5b08c42
commit
1f7187c973
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue