-->
Page 1 of 1

memory leak?

PostPosted: Wed Dec 14, 2016 5:57 pm
by kroeni
Hello,

I hope someone has an idea, I run crazy about it.
Every time I run this script my "node.head" will decrease! Thats stange because the script (it is part of an bigger one) is doing nothing. When I remove the "if 2<2..." it will stop decreasing!?

Thx for any tip!!


local function mysplit()

for textcount = 1, 3 do

if 2 < 2 then
end
end

return 2, 3
end

print(node.heap())