wireplumber/modules/module-lua-scripting/wplua
Michael Olbrich 13b85bd4a2 m-lua-scripting: fix object refcounting
7908b8d7be2a2992c57cd549054eda7ce46e4b44 ("m-lua-scripting: allow
converting GValue holding NULL objects to Lua") accidentally added a second
refcount. As a result, the objects are never freeded.

Remove the second refcount to fix this.
2022-05-24 11:40:35 +02:00
..
boxed.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
closure.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
gresource.xml wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
meson.build wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
object.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
private.h wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
sandbox.lua lua: sandbox: relax the sandbox to allow more functionality in scripts 2022-04-23 20:14:59 +03:00
userdata.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
value.c m-lua-scripting: fix object refcounting 2022-05-24 11:40:35 +02:00
wplua.c lua: sandbox: remove all traces of the minimal_std flag, as it's no longer used 2022-04-23 20:14:59 +03:00
wplua.h lua: sandbox: remove all traces of the minimal_std flag, as it's no longer used 2022-04-23 20:14:59 +03:00