aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/gnunet-revocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/gnunet-revocation.c b/src/revocation/gnunet-revocation.c
index 19fd5ab2c..8b7cf33c6 100644
--- a/src/revocation/gnunet-revocation.c
+++ b/src/revocation/gnunet-revocation.c
@@ -555,7 +555,7 @@ main (int argc, char *const *argv)
555 NULL)) 555 NULL))
556 ? ret 556 ? ret
557 : 1; 557 : 1;
558 GNUNET_free ((void *) argv); 558 GNUNET_free_nz ((void *) argv);
559 return ret; 559 return ret;
560} 560}
561 561