소스 검색

file was already closed above

Samuel Thibault 8 년 전
부모
커밋
e24297bf50
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/disk/disk_copy_to_disk.c

+ 0 - 1
tests/disk/disk_copy_to_disk.c

@@ -213,7 +213,6 @@ int dotest_hdf5(struct starpu_disk_ops *ops, char *base)
         FILE * file_dst = fopen(hdf5_base_dst, "wb+");
         if (!file_dst)
 	{
-		fclose(file_src);
                 goto h5fail2;
 	}
         fclose(file_dst);