Lua garbage collection is a mess

Issue #760 new
Broes De Cat created an issue

E.g. when interacting with the delete of globaldata.

Apparently, the line if (arg._value._structure->pi().linenumber() == 0) { in luaconnection is the check whether a structure will be deleted by globaldata (as it is then supposed to be in a namespace) or not.

Comments (1)

  1. Log in to comment