libs/lucid: fix process function leak (#285)

This commit is contained in:
Jo-Philipp Wich 2011-08-11 23:23:11 +00:00
parent 0d73b6d411
commit 4e78f77d63

View file

@ -150,6 +150,7 @@ function run()
if tpids[pid] ~= true then
tpids[pid](pid, stat, code)
end
tpids[pid] = nil
end
pid, stat, code = nixio.wait(-1, "nohang")
end