free currency memory on free_key_data(), ref #6744
This commit is contained in:
parent
97e404e81a
commit
2ed7eb7a8b
@ -1008,6 +1008,8 @@ free_key_data (struct TALER_EXCHANGE_Keys *key_data)
|
|||||||
0);
|
0);
|
||||||
GNUNET_free (key_data->version);
|
GNUNET_free (key_data->version);
|
||||||
key_data->version = NULL;
|
key_data->version = NULL;
|
||||||
|
GNUNET_free (key_data->currency);
|
||||||
|
key_data->currency = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user