aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-11-22 15:58:34 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-11-22 15:58:34 +0100
commit04833271d9b76ef7d4719827ca4843a611a48208 (patch)
tree77147c4979f398f70397c6dd93e1ade770097b7d /src/arm
parentb57f92ee938794a862c93c3dcc5cd47f061c4cb4 (diff)
downloadgnunet-04833271d9b76ef7d4719827ca4843a611a48208.tar.gz
gnunet-04833271d9b76ef7d4719827ca4843a611a48208.zip
-fixes two memory leaks
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/arm')
-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