Skip to content

m-lua-scripting: increase refcount of export_core before pushing into the Lua state

Julian Bouzas requested to merge julian/wireplumber:lua-refcount-fix into master

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.

Merge request reports