aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-03-04 16:32:17 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-03-04 16:32:17 +0100
commit411a26dffab450a6df51eff57d6044c650609169 (patch)
treeaa9c824aad30421f43a2a61f715e80eeac6e74e7 /src/revocation
parent0e6b1f4a2d6cdbc175c31043e99897247331f27c (diff)
downloadgnunet-411a26dffab450a6df51eff57d6044c650609169.tar.gz
gnunet-411a26dffab450a6df51eff57d6044c650609169.zip
-make coverity happier !coverity
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/gnunet-revocation-tvg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/revocation/gnunet-revocation-tvg.c b/src/revocation/gnunet-revocation-tvg.c
index 3ba5b56fa..a34a6bc98 100644
--- a/src/revocation/gnunet-revocation-tvg.c
+++ b/src/revocation/gnunet-revocation-tvg.c
@@ -159,6 +159,7 @@ run (void *cls,
159 print_bytes (pow, 159 print_bytes (pow,
160 GNUNET_REVOCATION_proof_get_size (pow), 160 GNUNET_REVOCATION_proof_get_size (pow),
161 8); 161 8);
162 GNUNET_free (ph);
162} 163}
163 164
164 165