gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix variable confusion


From: gnunet
Subject: [gnunet] branch master updated: fix variable confusion
Date: Tue, 17 Dec 2019 12:48:07 +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 a6380e0e3 fix variable confusion
a6380e0e3 is described below

commit a6380e0e3c37fad3c8920dbb250878b680342b06
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Dec 17 12:45:02 2019 +0100

    fix variable confusion
---
 src/util/gnunet-qr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/gnunet-qr.c b/src/util/gnunet-qr.c
index 2dcfc12db..122b81f39 100644
--- a/src/util/gnunet-qr.c
+++ b/src/util/gnunet-qr.c
@@ -170,7 +170,7 @@ gnunet_uri (void *cls,
     GNUNET_array_grow (argv,
                        argc,
                        0);
-    GNUNET_free (orig_uri);
+    GNUNET_free (u);
   }
   GNUNET_free (program);
   if (NULL == p)

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



reply via email to

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