K 10 svn:author V 6 julian K 8 svn:date V 27 1998-10-07T01:30:02.000000Z K 7 svn:log V 303 Fix a memory leak PR: 7923 Submitted by: Archie Cobbs The scandir() function returns -1 if it fails. In many cases when this happens, it does not free the memory that it allocated, resulting in a memory leak, or close the directory opened with opendir(). BAD DOG, BAD! END