Browse Source

tests/main/subgraph_repeat_regenerate_tag.c: calling starpu_data_unregister blocks the application, not sure it's an error though

Nathalie Furmento 11 years ago
parent
commit
27f53a232b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/main/subgraph_repeat_regenerate_tag.c

+ 0 - 1
tests/main/subgraph_repeat_regenerate_tag.c

@@ -183,7 +183,6 @@ int main(int argc, char **argv)
 	STARPU_ASSERT(*check_cnt == (4*loop_cnt));
 
 	starpu_free(check_cnt);
-	starpu_data_unregister(check_data);
 
 	starpu_shutdown();