summaryrefslogtreecommitdiff
path: root/src/lib/sync_api_upload.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-18 10:59:20 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-18 10:59:20 +0200
commit62fde35881aa5e1b50e1b93f0c0b7390024f7244 (patch)
tree11a16e1adc62b49bd4c0b91519cd8efb72f0d7bf /src/lib/sync_api_upload.c
parent250440aa0867230f1901b8076129ca2c2665193c (diff)
downloadsync-62fde35881aa5e1b50e1b93f0c0b7390024f7244.tar.gz
sync-62fde35881aa5e1b50e1b93f0c0b7390024f7244.tar.bz2
sync-62fde35881aa5e1b50e1b93f0c0b7390024f7244.zip
fix FTBFS from GNUnet/exchange/merchant API changes
Diffstat (limited to 'src/lib/sync_api_upload.c')
-rw-r--r--src/lib/sync_api_upload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sync_api_upload.c b/src/lib/sync_api_upload.c
index a582be9..100d10c 100644
--- a/src/lib/sync_api_upload.c
+++ b/src/lib/sync_api_upload.c
@@ -446,7 +446,7 @@ SYNC_upload_cancel (struct SYNC_UploadOperation *uo)
GNUNET_CURL_job_cancel (uo->job);
uo->job = NULL;
}
- GNUNET_free_non_null (uo->pay_uri);
+ GNUNET_free (uo->pay_uri);
GNUNET_free (uo->url);
GNUNET_free (uo);
}