K 10 svn:author V 8 cperciva K 8 svn:date V 27 2007-05-21T04:45:24.000000Z K 7 svn:log V 226 Don't test for NULL when it is both unnecessary (the pointer is checked against NULL when it is first allocated) and pointless (we've already dereferenced the pointer several times). Found by: Coverity Prevent(tm) CID: 3204 END