aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-17 12:45:02 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-17 12:45:02 +0100
commita6380e0e3c37fad3c8920dbb250878b680342b06 (patch)
treeabcfebca6c4bf7153c37ca8934282574e2d66631
parent01e118581d800cf7c1b6f03b27679b45448fb82c (diff)
downloadgnunet-a6380e0e3c37fad3c8920dbb250878b680342b06.tar.gz
gnunet-a6380e0e3c37fad3c8920dbb250878b680342b06.zip
fix variable confusion
-rw-r--r--src/util/gnunet-qr.c2
1 files changed, 1 insertions, 1 deletions
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,
170 GNUNET_array_grow (argv, 170 GNUNET_array_grow (argv,
171 argc, 171 argc,
172 0); 172 0);
173 GNUNET_free (orig_uri); 173 GNUNET_free (u);
174 } 174 }
175 GNUNET_free (program); 175 GNUNET_free (program);
176 if (NULL == p) 176 if (NULL == p)