mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
cppcheck fix
This commit is contained in:
parent
7b34b210b4
commit
7c7dfa7d39
1 changed files with 2 additions and 3 deletions
|
@ -250,9 +250,8 @@ static int zlib_decompress(FILE *infile, FILE *outfiles[], uint8_t num_outfiles,
|
||||||
fclose(outfiles[j]);
|
fclose(outfiles[j]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (outbufall) {
|
|
||||||
free(outbufall);
|
free(outbufall);
|
||||||
}
|
|
||||||
return (EXIT_SUCCESS);
|
return (EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue