fix variable confusion
authorChristian Grothoff <christian@grothoff.org>
Tue, 17 Dec 2019 11:45:02 +0000 (12:45 +0100)
committerChristian Grothoff <christian@grothoff.org>
Tue, 17 Dec 2019 11:45:02 +0000 (12:45 +0100)
src/util/gnunet-qr.c

index 2dcfc12db4e5b7491f5650c91d9ef8fe78663386..122b81f39a457a3c508fa0dddd6ef11e62239a68 100644 (file)
@@ -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)