X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/616cff5a0c4959f3f8a64205848dfa5fda6e62ee..35a4390bcc6abcf268434d6f3a3ff668fa658d36:/examples/msg/app-bittorrent/peer.c diff --git a/examples/msg/app-bittorrent/peer.c b/examples/msg/app-bittorrent/peer.c index d297ba8e1d..ca5f650d1c 100644 --- a/examples/msg/app-bittorrent/peer.c +++ b/examples/msg/app-bittorrent/peer.c @@ -189,7 +189,6 @@ int get_peers_data(peer_t peer) MSG_comm_destroy(comm_received); tracker_task_data_free(data); MSG_task_destroy(task_received); - comm_received = NULL; } }