From 35a4390bcc6abcf268434d6f3a3ff668fa658d36 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 5 Dec 2016 21:29:37 +0100 Subject: [PATCH] please sonar: this variable will be overwritten in the next loop cycle --- examples/msg/app-bittorrent/peer.c | 1 - 1 file changed, 1 deletion(-) 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; } } -- 2.20.1