fix cppcheck

This commit is contained in:
iceman1001 2020-06-02 09:37:23 +02:00
parent 5b1e16b14e
commit 8ed6afa99a

View file

@ -3133,7 +3133,6 @@ void showSectorTable(sector_t *k_sector, uint8_t k_sectorsCount) {
if (k_sector != NULL) {
printKeyTable(k_sectorsCount, k_sector);
free(k_sector);
k_sector = NULL;
}
}