Oh, forgot to add, that on the ENOMEM case, we would also assert that ALL allocations were freed... code like this is epidemic:
a = malloc(); if(!a) return b = malloc(); if(!b) return ^--- every allocation is conscientiously checked for failure, right? what could be wrong with that code? :-) -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
