aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rps/gnunet-service-rps.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 7d4b34103..8df574d97 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -937,10 +937,6 @@ static void
937destroy_cli_ctx (struct ClientContext *cli_ctx) 937destroy_cli_ctx (struct ClientContext *cli_ctx)
938{ 938{
939 GNUNET_assert (NULL != cli_ctx); 939 GNUNET_assert (NULL != cli_ctx);
940 if (NULL != cli_ctx->mq)
941 {
942 GNUNET_MQ_destroy (cli_ctx->mq);
943 }
944 if (NULL != cli_ctx->rep_cls_head) 940 if (NULL != cli_ctx->rep_cls_head)
945 { 941 {
946 LOG (GNUNET_ERROR_TYPE_WARNING, 942 LOG (GNUNET_ERROR_TYPE_WARNING,