aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-04-26 11:13:01 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-04-26 11:13:01 -0300
commit969b8c1f14f69c1406f00df3b5f375a9efb7b78f (patch)
tree02a8186ecb3689f171a65e45eecb3a11253bf680 /manual
parentc65605151c5a335baf0a9ea251b19df5b2d3a905 (diff)
downloadlua-969b8c1f14f69c1406f00df3b5f375a9efb7b78f.tar.gz
lua-969b8c1f14f69c1406f00df3b5f375a9efb7b78f.tar.bz2
lua-969b8c1f14f69c1406f00df3b5f375a9efb7b78f.zip
Fixed bug with to-be-closed variables in base C level
To-be-closed variables in C use 'ci.nresults' to code that there is a variable to be closed in that function. The intialization of the base C level (the one "running" when calling API functions outside any Lua call) did not initialize 'ci.nresults', creating (correct) warnings in valgrind.
Diffstat (limited to 'manual')
0 files changed, 0 insertions, 0 deletions