projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01e1185
)
fix variable confusion
author
Christian Grothoff
<christian@grothoff.org>
Tue, 17 Dec 2019 11:45:02 +0000
(12:45 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 17 Dec 2019 11:45:02 +0000
(12:45 +0100)
src/util/gnunet-qr.c
patch
|
blob
|
history
diff --git
a/src/util/gnunet-qr.c
b/src/util/gnunet-qr.c
index 2dcfc12db4e5b7491f5650c91d9ef8fe78663386..122b81f39a457a3c508fa0dddd6ef11e62239a68 100644
(file)
--- 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)