Ver código fonte

mpi/src/starpu_mpi_select_node.c: free memory

Nathalie Furmento 10 anos atrás
pai
commit
07089463b0
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      mpi/src/starpu_mpi_select_node.c

+ 1 - 0
mpi/src/starpu_mpi_select_node.c

@@ -71,6 +71,7 @@ int _starpu_mpi_select_node_with_most_R_data(int me, int nb_nodes, struct starpu
 		}
 	}
 
+	free(size_on_nodes);
 	return xrank;
 }