mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
string: fix ustring.free()
This commit is contained in:
parent
c3ed8bb5da
commit
86b5f7ef5d
@ -1274,6 +1274,7 @@ fn (u &ustring) free() {
|
|||||||
}
|
}
|
||||||
unsafe {
|
unsafe {
|
||||||
u.runes.free()
|
u.runes.free()
|
||||||
|
u.s.free()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user