mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
Fix null pointer dereference
This commit is contained in:
parent
dfa11ab364
commit
25508cf833
@ -392,7 +392,6 @@ void readtec(const char *file, nav_t *nav, int opt)
|
||||
if (!(fp = fopen(efiles[i], "r")))
|
||||
{
|
||||
trace(2, "ionex file open error %s\n", efiles[i]);
|
||||
fclose(fp);
|
||||
continue;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user