Skip to content

Client table in script leaks  #1

@harningt

Description

@harningt

In the luaevent.lua script file, there is an attempt to set the '__mode' attribute of to 'kv' in order to enable automatic collection for luaevent elements, however the syntax is wrong:

setmetatable({}, {'__mode', 'kv'})

should be

setmetatable({}, {__mode = 'kv'})

Upon review, this part of the system needs rework.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions