aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-11-22 19:03:45 +0100
committert3sserakt <t3ss@posteo.de>2021-11-22 19:04:51 +0100
commit017c6f9d3d09668ae8e07603d3e2c865710ea33b (patch)
tree2b2f686cd094292932e99a6f1ba6efdfbdfcc894 /src
parent1dd79a0848db240619c1efd97ca8efafeed1a5b1 (diff)
parent04833271d9b76ef7d4719827ca4843a611a48208 (diff)
downloadgnunet-017c6f9d3d09668ae8e07603d3e2c865710ea33b.tar.gz
gnunet-017c6f9d3d09668ae8e07603d3e2c865710ea33b.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet
Diffstat (limited to 'src')
-rw-r--r--src/arm/arm_api.c1
-rw-r--r--src/messenger/messenger_api_handle.c2
2 files changed, 2 insertions, 1 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
diff --git a/src/messenger/messenger_api_handle.c b/src/messenger/messenger_api_handle.c
index 516807e13..242389040 100644
--- a/src/messenger/messenger_api_handle.c
+++ b/src/messenger/messenger_api_handle.c
@@ -98,7 +98,7 @@ destroy_handle (struct GNUNET_MESSENGER_Handle *handle)
98 98
99 clear_contact_store(get_handle_contact_store(handle)); 99 clear_contact_store(get_handle_contact_store(handle));
100 100
101 GNUNET_free(handle->name); 101 GNUNET_free(handle);
102} 102}
103 103
104void 104void