Explorar o código

mpi/src/starpu_mpi_select_node.c: free memory

Nathalie Furmento %!s(int64=10) %!d(string=hai) anos
pai
achega
07089463b0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 }