gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: add missing reschedule call


From: gnunet
Subject: [gnunet] branch master updated: add missing reschedule call
Date: Sat, 16 Nov 2019 11:44:35 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c3b1cb6b5 add missing reschedule call
c3b1cb6b5 is described below

commit c3b1cb6b5b22c140d0774fe7029b3ae98d01cd26
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Nov 16 11:41:53 2019 +0100

    add missing reschedule call
---
 src/curl/curl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/curl/curl.c b/src/curl/curl.c
index f0ccd7f19..f672bec02 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -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);
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]