julian 7ae0631529 Fix a memory leak
PR: 7923
Submitted by: Archie Cobbs <archie@whistle.com>

        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!
1998-10-07 01:30:02 +00:00
..
1998-10-07 01:30:02 +00:00
1998-10-05 18:35:04 +00:00
1998-09-11 05:34:37 +00:00
1998-09-17 08:29:16 +00:00