Cyril Roelandt před 13 roky
rodič
revize
8d0904cd36
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      tests/datawizard/reclaim.c

+ 3 - 0
tests/datawizard/reclaim.c

@@ -129,6 +129,9 @@ int main(int argc, char **argv)
 		free(host_ptr_array[i]);
 	}
 
+	free(host_ptr_array);
+	free(handle_array);
+
 	starpu_shutdown();
 
 	return EXIT_SUCCESS;