mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
fix(extgen): capitalize cgo handle function call (#1696)
This commit is contained in:
committed by
GitHub
parent
abfd893d88
commit
9e3b47c52f
@@ -44,7 +44,7 @@ func registerGoObject(obj interface{}) C.uintptr_t {
|
||||
//export getGoObject
|
||||
func getGoObject(handle C.uintptr_t) interface{} {
|
||||
h := cgo.Handle(handle)
|
||||
return h.value()
|
||||
return h.Value()
|
||||
}
|
||||
|
||||
//export removeGoObject
|
||||
|
||||
Reference in New Issue
Block a user