Samuel Thibault 8 年之前
父節點
當前提交
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);