[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: suggestion on error returns, especially in callbacks from C?
- From: roberto@... (Roberto Ierusalimschy)
- Date: Sun, 3 Dec 2006 14:43:11 -0200
> 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