[core] Update ltchiptool to v4.0.0

This commit is contained in:
Kuba Szczodrzyński
2023-03-26 17:44:40 +02:00
parent bd75b54dce
commit 2a7f1b52a0
5 changed files with 10 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ void UpdateClass::cleanup(uint8_t ardErr, uf2_err_t uf2Err) {
printErrorContext1();
#endif
free(ctx); // NULL in constructor
uf2_ctx_free(ctx); // NULL in constructor
ctx = NULL;
uf2_info_free(info); // NULL in constructor
info = NULL;