K 10 svn:author V 3 imp K 8 svn:date V 27 2008-08-23T15:29:28.760473Z K 7 svn:log V 305 It turns out that my analysis of the error handling here was wrong. When there's an error, we don't want to free the children, since it will be stack garbage. While we did fail to dereference it by setting devs to 0, we didn't fail to call free. We never failed to fail, it was the easiest thing to do. END