gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: rps: stop destroying mq


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: rps: stop destroying mq
Date: Thu, 28 Dec 2017 19:07:54 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 62c89d65b rps: stop destroying mq
62c89d65b is described below

commit 62c89d65bc7032f6caa67a5251e2d705c3c3c7de
Author: Julius Bünger <address@hidden>
AuthorDate: Thu Dec 28 19:03:51 2017 +0100

    rps: stop destroying mq
---
 src/rps/gnunet-service-rps.c       | 1 -
 src/rps/gnunet-service-rps_peers.c | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index d3d642ee0..124b82b72 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -2129,7 +2129,6 @@ shutdown_task (void *cls)
                                    reply_cls);
       GNUNET_free (reply_cls);
     }
-    GNUNET_MQ_destroy (client_ctx->mq);
     GNUNET_CONTAINER_DLL_remove (cli_ctx_head, cli_ctx_tail, client_ctx);
     GNUNET_free (client_ctx);
   }
diff --git a/src/rps/gnunet-service-rps_peers.c 
b/src/rps/gnunet-service-rps_peers.c
index 26881518f..9cc4d3228 100644
--- a/src/rps/gnunet-service-rps_peers.c
+++ b/src/rps/gnunet-service-rps_peers.c
@@ -1182,11 +1182,6 @@ Peers_remove_peer (const struct GNUNET_PeerIdentity 
*peer)
     GNUNET_CADET_channel_destroy (peer_ctx->recv_channel);
     peer_ctx->recv_channel = NULL;
   }
-  if (NULL != peer_ctx->mq)
-  {
-    GNUNET_MQ_destroy (peer_ctx->mq);
-    peer_ctx->mq = NULL;
-  }
 
   GNUNET_free (peer_ctx->send_channel_flags);
   GNUNET_free (peer_ctx->recv_channel_flags);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]