]> AND Public Git Repository - simgrid.git/blobdiff - examples/c/dht-pastry/dht-pastry.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a tesh for bugged2-liveness
[simgrid.git] / examples / c / dht-pastry / dht-pastry.c
index f26900a84d6855c48bdd0ef7bee249467fcab696..b0784eccb278066c37333315b63459f960f173a5 100644 (file)
@@ -250,7 +250,6 @@ static void handle_message(node_t node, pastry_message_t message)
       err                = sg_comm_wait_for(comm, timeout);
       if (err == SG_ERROR_TIMEOUT) {
         XBT_DEBUG("Timeout expired when sending back the current node state to the joining node to %d", node->id);
-        message_free(message);
       }
       break;
     /* Join reply from all the node touched by the join  */