gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libebics] 04/04: Fix hanging shutdown.


From: gnunet
Subject: [GNUnet-SVN] [libebics] 04/04: Fix hanging shutdown.
Date: Fri, 19 Oct 2018 11:24:16 +0200

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

marcello pushed a commit to branch master
in repository libebics.

commit d771fd7379e14e8b778e56884905f89ddade528b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Oct 19 11:23:55 2018 +0200

    Fix hanging shutdown.
---
 src/libebics.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libebics.c b/src/libebics.c
index 56f6482..c6b8881 100644
--- a/src/libebics.c
+++ b/src/libebics.c
@@ -799,8 +799,8 @@ EBICS_close_library ()
   free_genex_documents (genexList);
   free_keymaterial (keyList);
 
-  GNUNET_CURL_fini (ctx);
   GNUNET_CURL_gnunet_rc_destroy (reschedule_ctx);
+  GNUNET_CURL_fini (ctx);
 }
 
 /**

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



reply via email to

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