Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Исправлена утечка
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrafrancyz committed Jul 26, 2019
1 parent 0283ee7 commit e58d0c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions replacer/replacer.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func (r *Replacer) DoReplaceRequest(req *fasthttp.Request, ctx ReplaceContext) {
req.SetHost("oauth.vk.com")
}
}
fasthttp.ReleaseURI(uri)
}
}
}
Expand Down

0 comments on commit e58d0c7

Please sign in to comment.