Explorar el Código

tests/microbenchs/prefetch_data_on_node.c: add missing unregister

Nathalie Furmento hace 13 años
padre
commit
c460822864
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/microbenchs/prefetch_data_on_node.c

+ 1 - 0
tests/microbenchs/prefetch_data_on_node.c

@@ -136,6 +136,7 @@ int main(int argc, char **argv)
 	ret = starpu_task_wait_for_all();
 	STARPU_CHECK_RETURN_VALUE(ret, "starpu_task_wait_for_all");
 
+	starpu_data_unregister(v_handle);
 	starpu_free(v);
 	starpu_shutdown();