fix cppcheck
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user