mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
websocket: make compile with autofree (#8023)
This commit is contained in:
@@ -54,6 +54,7 @@ pub fn new() &Digest {
|
||||
return d
|
||||
}
|
||||
|
||||
[manualfree]
|
||||
pub fn (mut d Digest) write(p_ []byte) int {
|
||||
nn := p_.len
|
||||
unsafe {
|
||||
|
||||
Reference in New Issue
Block a user