lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> In the case of expat, there is a good chance expat does not deal
> well with being longjmped out of (though perhaps it does), and will
> leak resources as the error propogates up back to lua code.

It does (or at least it did, when I first wrote the lexpat library). It
was "documented" somewhere (in an answer to a question in its mailing
list, if I remeber correctly).

-- Roberto