Random low level API cleanup

This commit is contained in:
Willy-JL
2024-02-09 02:00:07 +00:00
parent aba6237fc8
commit 508288723a
6 changed files with 15 additions and 27 deletions

View File

@@ -276,7 +276,6 @@ void crypto_cli_store_key(Cli* cli, FuriString* args) {
}
} while(0);
explicit_bzero(data, sizeof(data));
furi_string_free(key_type);
}