https://issues.dlang.org/show_bug.cgi?id=14097
ZombineDev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from ZombineDev <[email protected]> --- (In reply to Ketmar Dark from comment #3) Now that `AsyncRead::dispose()` waits for all operations on all files to complete, it should not be possible to `free()` `aw`, before `startthread()` completes. Even if this somehow happens accessing `aw->filesdim` or using a cached version of it is irrelevant, because inside the loop we access the `aw->files` member, which would also lead to the same problem. --
