m-lua-scripting: increase refcount of export_core before pushing into the Lua state
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.