The wplua_pushobject()
API takes ownership of passed object. This MR increases the reference count of export_core
before passing it to wplua_pushobject
, in module-lua-scripting.
The wplua_pushobject()
API takes ownership of passed object. This MR increases the reference count of export_core
before passing it to wplua_pushobject
, in module-lua-scripting.