mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
fix cppcheck
This commit is contained in:
parent
5b1e16b14e
commit
8ed6afa99a
1 changed files with 0 additions and 1 deletions
|
@ -3133,7 +3133,6 @@ void showSectorTable(sector_t *k_sector, uint8_t k_sectorsCount) {
|
||||||
if (k_sector != NULL) {
|
if (k_sector != NULL) {
|
||||||
printKeyTable(k_sectorsCount, k_sector);
|
printKeyTable(k_sectorsCount, k_sector);
|
||||||
free(k_sector);
|
free(k_sector);
|
||||||
k_sector = NULL;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue