summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_withdraw2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exchange_api_withdraw2.c')
-rw-r--r--src/lib/exchange_api_withdraw2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/exchange_api_withdraw2.c b/src/lib/exchange_api_withdraw2.c
index 30439a599..585cd9215 100644
--- a/src/lib/exchange_api_withdraw2.c
+++ b/src/lib/exchange_api_withdraw2.c
@@ -464,6 +464,12 @@ TALER_EXCHANGE_withdraw2 (
TALER_B2S (&wh->reserve_pub));
wh->url = TEAH_path_to_url (exchange,
arg_str);
+ if (NULL == wh->url)
+ {
+ json_decref (withdraw_obj);
+ GNUNET_free (wh);
+ return NULL;
+ }
{
CURL *eh;
struct GNUNET_CURL_Context *ctx;