Skip to content

Commit 20cb00d

Browse files
committed
let GffReader close the guides file
1 parent a1d6031 commit 20cb00d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stringtie.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ const char* ERR_BAM_SORT="\nError: the input alignment file is not sorted!\n";
334334
printTime(stderr);
335335
GMessage(" %d reference transcripts loaded.\n", gffr.gflst.Count());
336336
}
337-
fclose(f);
337+
//fclose(f); GffReader will close it anyway
338338
}
339339

340340
#ifdef GFF_DEBUG

0 commit comments

Comments
 (0)