Преглед на файлове

mpi/tests/insert_task_cache.c: free allocated memory

Nathalie Furmento преди 12 години
родител
ревизия
6f65596c8b
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      mpi/tests/insert_task_cache.c

+ 3 - 0
mpi/tests/insert_task_cache.c

@@ -137,6 +137,9 @@ int main(int argc, char **argv)
 	else
 		result = 1;
 
+	free(comm_amount_without_cache);
+	free(comm_amount_with_cache);
+
 	MPI_Finalize();
 	return !result;
 }