summaryrefslogtreecommitdiff
path: root/src/lib/sync_api_upload.c
diff options
context:
space:
mode:
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);
}