gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] branch master updated: fix abort


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch master updated: fix abort
Date: Wed, 06 Jun 2018 16:17:34 +0200

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

marcello pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new a293ca9  fix abort
a293ca9 is described below

commit a293ca9d96ae87b3ea9ff28cea7e3e1fee948a8e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 6 16:17:23 2018 +0200

    fix abort
---
 src/twister/taler-twister-service.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index df28543..65368cb 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -1626,7 +1626,7 @@ mhd_completed_cb (void *cls,
               hr->url);
 
   GNUNET_free (hr->url);
-  GNUNET_free (hr->io_buf);
+  GNUNET_free_non_null (hr->io_buf);
   GNUNET_free (hr);
   *con_cls = NULL;
 }

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



reply via email to

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