1
0
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:
Carles Fernandez 2017-06-07 19:42:38 +02:00
parent dfa11ab364
commit 25508cf833

View File

@ -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