瀏覽代碼

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;
 }