vweb: mark send_response_to_client with [manualfree]

pull/9258/head
Alexander Medvednikov 2021-03-12 01:11:39 +03:00
parent c40ab0db72
commit 530b981765
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ pub struct Result {
}
// vweb intern function
[manualfree]
pub fn (mut ctx Context) send_response_to_client(mimetype string, res string) bool {
if ctx.done {
return false