View Single Post
07-06-19, 05:04 PM   #3
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
OK, ignore all this.

a lua file has

...
...
...
local BA_Data1 = { };

...
...
...

On some event

local function someevent()

BA_Data1["AAAA1"] = {};

end

That leaks - I am not sure why...

Last edited by doofus : 07-06-19 at 05:32 PM.
  Reply With Quote