diff options
Diffstat (limited to 'board/scalys/common')
-rw-r--r-- | board/scalys/common/board_configuration_data.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/scalys/common/board_configuration_data.c b/board/scalys/common/board_configuration_data.c index fe96a2e..b6374da 100644 --- a/board/scalys/common/board_configuration_data.c +++ b/board/scalys/common/board_configuration_data.c @@ -143,7 +143,6 @@ const void* get_boardinfo_eeprom(void) if (calculated_crc != received_crc) { debug("Checksum error. expected %08x, got %08x\n", calculated_crc, received_crc); - free(bcd_data); errno = -EBADMSG; goto err_free; } |