소스 검색

port r16116 from 1.1: fix memleak

Samuel Thibault 9 년 전
부모
커밋
bacae86082
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/main/get_children_tasks.c

+ 2 - 0
tests/main/get_children_tasks.c

@@ -72,6 +72,8 @@ int main(int argc, char **argv)
 
 	starpu_tag_notify_from_apps(0);
 
+	starpu_data_unregister(h);
+
 	starpu_shutdown();
 
 	STARPU_RETURN(ret?0:1);