Closing fd when it's done
Reviewed by: sbruno
This commit is contained in:
parent
f62cda7154
commit
1ed95baa67
@ -508,6 +508,7 @@ load_crom(char *filename, u_int32_t *p)
|
||||
p, p+1, p+2, p+3, p+4, p+5, p+6, p+7);
|
||||
p += 8;
|
||||
}
|
||||
fclose(file);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user