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-09-15 08:23:17 +00:00
1998-10-07 01:30:02 +00:00
1998-09-11 05:40:12 +00:00
1998-04-29 22:43:18 +00:00
1998-04-29 22:43:18 +00:00
1998-06-30 18:06:23 +00:00
1998-09-11 05:42:37 +00:00
1998-09-11 05:42:37 +00:00
1998-10-01 14:49:57 +00:00