Samuel Thibault 9 年 前
コミット
09c81a0afc
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  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);
 	}
 
+	freeaddrinfo(ans);
+
 	listen(sock, 2);
 
 	socklen_t len = sizeof(from);