diff --git a/vlib/vweb/vweb.v b/vlib/vweb/vweb.v index 00e5ea803d..7ebbade04d 100644 --- a/vlib/vweb/vweb.v +++ b/vlib/vweb/vweb.v @@ -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