mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
free/malloc fixes
This commit is contained in:
@ -38,5 +38,5 @@ pub fn (b Builder) cut(n int) {
|
||||
}
|
||||
|
||||
pub fn (b mut Builder) free() {
|
||||
C.free(b.buf.data)
|
||||
free(b.buf.data)
|
||||
}
|
||||
|
Reference in New Issue
Block a user