aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-05 16:56:41 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-05 16:56:41 +0200
commite428783e2e0295186dc4eae273df8a3f8b75df60 (patch)
tree92767e4394eb2576fa54f0558344769379e79e49 /src/lib/exchange_api_handle.c
parent9c752b3d031dbbb06544553dc71fcfebfe7fdb05 (diff)
GNUNET_free_non_null is gone, use GNUNET_free
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r--src/lib/exchange_api_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index c3ae1663..6fa8979d 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -1135,7 +1135,7 @@ free_key_data (struct TALER_EXCHANGE_Keys *key_data)
GNUNET_array_grow (key_data->auditors,
key_data->auditors_size,
0);
- GNUNET_free_non_null (key_data->version);
+ GNUNET_free (key_data->version);
key_data->version = NULL;
}