Author :
claudio
Date :
2023-06-13 08:45:41
Hash :6f8f5de9 Message :Fix FILE leak in error path.
If flowf is NULL then fclose(spif) must be called.
Split up the error check from if (spif == NULL || flowf == NULL) to
individual checks since that is easier to read.
Noticed by markus@, OK tb@