mirror of
https://github.com/xcat2/xNBA.git
synced 2026-07-05 23:32:09 +00:00
6de45ad4ae
Must check that argument to a fclose() is not NULL -- we can get to the 'err' label when file was not opened. fclose(NULL) is known to produce core dump on some platforms and we don't want zbin to fail so loudly. Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>