Samuel Thibault 8 years ago
parent
commit
09c81a0afc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/top/starpu_top_connection.c

+ 2 - 0
src/top/starpu_top_connection.c

@@ -146,6 +146,8 @@ void _starpu_top_communications_threads_launcher(void)
 		exit(EXIT_FAILURE);
 		exit(EXIT_FAILURE);
 	}
 	}
 
 
+	freeaddrinfo(ans);
+
 	listen(sock, 2);
 	listen(sock, 2);
 
 
 	socklen_t len = sizeof(from);
 	socklen_t len = sizeof(from);