K 10 svn:author V 7 rwatson K 8 svn:date V 27 2007-04-03T12:45:10.000000Z K 7 svn:log V 206 Fix use after free bug: use temporary variable to hold next entry in linked list while freeing current entry, rather than using the free'd entry's next pointer. Found with: Coverity Prevent(tm) CID: 1333 END