add missing reschedule call
authorChristian Grothoff <christian@grothoff.org>
Sat, 16 Nov 2019 10:41:53 +0000 (11:41 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sat, 16 Nov 2019 10:41:53 +0000 (11:41 +0100)
src/curl/curl.c

index f0ccd7f19d59b57f9a1f62087027180857966ce2..f672bec02e69f01ea61cfcfb17c311ccab2ce7c9 100644 (file)
@@ -407,6 +407,7 @@ GNUNET_CURL_job_cancel (struct GNUNET_CURL_Job *job)
   curl_easy_cleanup (job->easy_handle);
   GNUNET_free_non_null (job->db.buf);
   curl_slist_free_all (job->job_headers);
+  ctx->cb (ctx->cb_cls);
   GNUNET_free (job);
 }