This commit is contained in:
Frans Kaashoek 2019-07-01 08:28:14 -04:00
parent af6c35e14b
commit 2c0338fe42

View file

@ -158,7 +158,6 @@ alloc3_desc(int *idx)
for(int j = 0; j < i; j++) for(int j = 0; j < i; j++)
free_desc(idx[j]); free_desc(idx[j]);
return -1; return -1;
break;
} }
} }
return 0; return 0;