deal with errors properly

CVS patchset: 2963
CVS date: 1999/04/07 06:11:01
This commit is contained in:
ewt 1999-04-07 06:11:01 +00:00
parent 9a3add1327
commit 34cf387ac2
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ static int getFilesystemList(void) {
free(filesystems);
filesystems = NULL;
return 1;
}
if (num == numAlloced) {