aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/arm_api.c')
-rw-r--r--src/arm/arm_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index 5fcbfb0a9..1360ecf14 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -907,6 +907,7 @@ notify_starting (void *cls)
907 op->result_cont (op->cont_cls, 907 op->result_cont (op->cont_cls,
908 GNUNET_ARM_REQUEST_SENT_OK, 908 GNUNET_ARM_REQUEST_SENT_OK,
909 op->starting_ret); 909 op->starting_ret);
910 GNUNET_DISK_file_close(op->rfd);
910 GNUNET_free (op); 911 GNUNET_free (op);
911} 912}
912 913