aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-service-revocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/gnunet-service-revocation.c')
-rw-r--r--src/revocation/gnunet-service-revocation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c
index 2d8111adb..5fe0ade98 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -949,6 +949,7 @@ run (void *cls,
949 if (0 > ksize) 949 if (0 > ksize)
950 { 950 {
951 GNUNET_break_op (0); 951 GNUNET_break_op (0);
952 GNUNET_free (rm);
952 GNUNET_free (fn); 953 GNUNET_free (fn);
953 return; 954 return;
954 } 955 }