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:
3b76938
)
fix memory leak
author
Christian Grothoff
<christian@grothoff.org>
Sat, 11 Mar 2017 16:58:15 +0000
(17:58 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Sat, 11 Mar 2017 16:58:15 +0000
(17:58 +0100)
src/arm/gnunet-service-arm.c
patch
|
blob
|
history
diff --git
a/src/arm/gnunet-service-arm.c
b/src/arm/gnunet-service-arm.c
index 4f3e964e3183e957f28fe5911ebf17153954afdd..cc23ef1f6867d9e37efee62085228211bff9f35a 100644
(file)
--- a/
src/arm/gnunet-service-arm.c
+++ b/
src/arm/gnunet-service-arm.c
@@
-812,6
+812,7
@@
start_process (struct ServiceList *sl,
"%s %s",
fin_options,
optpos);
+ GNUNET_free (fin_options);
GNUNET_free (optpos);
}
else