It looks like you are opening files using io.open but not closing them. Possibly Lua's garbage collection is supposed to automatically close these files but closing them explicitly would remove that possible problem.
Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
