- Fix a DIR* memleak when crudefile builds the initial quota.

This commit is contained in:
Adam Olsen 2001-08-29 09:27:30 +00:00
parent 4deed9245a
commit 05bd18bf6d

View file

@ -159,6 +159,7 @@ CF_BuildQuota ()
strcpy (file, i->d_name);
cf_cursize += CF_GetFileSize (path);
}
closedir (dir);
}
/*