fp might be NULL.
This commit is contained in:
parent
a4d1b17453
commit
a5599efd9c
@ -95,7 +95,8 @@ int main(int ac, char **av)
|
||||
}
|
||||
|
||||
}
|
||||
fclose(fp);
|
||||
if(fp)
|
||||
fclose(fp);
|
||||
|
||||
sem_id_arr = (int*)malloc(sizeof(int)*MAXIDS);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user