From: Martin Quinson Date: Mon, 5 Dec 2016 20:29:37 +0000 (+0100) Subject: please sonar: this variable will be overwritten in the next loop cycle X-Git-Tag: v3_14~110 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/35a4390bcc6abcf268434d6f3a3ff668fa658d36 please sonar: this variable will be overwritten in the next loop cycle --- 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; } }