mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: support -gc boehm
on systems with libgc-dev installed (#9382)
This commit is contained in:
@ -91,6 +91,6 @@ pub fn (ie &IError) free() {
|
||||
unsafe {
|
||||
ie.msg.free()
|
||||
cie := &C.IError(ie)
|
||||
C.free(cie._object)
|
||||
free(cie._object)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user