string: fix ustring.free()
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