소스 검색

add missing shutdown

Corentin Salingue 8 년 전
부모
커밋
8b25aa177e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/main/hwloc_cpuset.c

+ 2 - 0
tests/main/hwloc_cpuset.c

@@ -79,5 +79,7 @@ int main(int argc, char **argv)
 #else
 	status = STARPU_TEST_SKIPPED;
 #endif
+	starpu_shutdown();	
+
 	return status;
 }