gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: [testing] some changes


From: gnunet
Subject: [taler-donau] branch master updated: [testing] some changes
Date: Thu, 18 Jan 2024 22:55:42 +0100

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

lukas-matyja pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 365a47d  [testing] some changes
     new 4dc10d1  Merge remote-tracking branch 'refs/remotes/origin/master'
365a47d is described below

commit 365a47def4665733166e8439d7175924db50cb21
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Thu Jan 18 22:56:18 2024 +0100

    [testing] some changes
---
 src/lib/donau_api_handle.c              | 2 +-
 src/testing/testing_api_cmd_get_donau.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/donau_api_handle.c b/src/lib/donau_api_handle.c
index ef78f2b..73ed95a 100644
--- a/src/lib/donau_api_handle.c
+++ b/src/lib/donau_api_handle.c
@@ -635,7 +635,7 @@ DONAU_get_keys_cancel (
     GNUNET_CURL_job_cancel (gkh->job);
     gkh->job = NULL;
   }
-  DONAU_keys_decref (gkh->prev_keys);
+  //DONAU_keys_decref (gkh->prev_keys);
   GNUNET_free (gkh->donau_url);
   GNUNET_free (gkh->url);
   GNUNET_free (gkh);
diff --git a/src/testing/testing_api_cmd_get_donau.c 
b/src/testing/testing_api_cmd_get_donau.c
index 164cfc5..728f249 100644
--- a/src/testing/testing_api_cmd_get_donau.c
+++ b/src/testing/testing_api_cmd_get_donau.c
@@ -164,7 +164,7 @@ get_donau_cleanup (void *cls,
   }
   DONAU_keys_decref (ges->keys);
   ges->keys = NULL;
-  GNUNET_free (ges->donau_url);
+  //GNUNET_free (ges->donau_url);
   ges->donau_url = NULL;
   GNUNET_free (ges);
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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