This commit is contained in:
Christian Grothoff 2021-11-25 10:00:55 +01:00
parent 414237c335
commit 98549cdc5a
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,7 @@ TALER_planchet_prepare (const struct TALER_DenominationPublicKey *dk,
&pd->coin_ev,
&pd->coin_ev_size))
{
GNUNET_break_op (0);
GNUNET_break (0);
return GNUNET_SYSERR;
}
TALER_denom_pub_hash (dk,

View File

@ -108,6 +108,7 @@ free_keys (void)
if (keys[i].valid)
{
TALER_denom_pub_free (&keys[i].denom_pub);
keys[i].valid = false;
GNUNET_assert (num_keys > 0);
num_keys--;
}