[Issue 7022] File.byLine doesn't release file handle

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 20 15:32:46 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7022



--- Comment #4 from github-bugzilla at puremagic.com 2012-05-20 15:34:22 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/f1566faeafec6715f227cb7d3bbe3af3737de4b3
fix issue 7022
fix issue 7831

detach sets p=null, which makes it kind of hard for the destructor
to actually close the file or decrement the reference count.

https://github.com/D-Programming-Language/phobos/commit/f41c9c48a7edca92fbc0f4f2bf81a7d99c79fcc2
Merge pull request #527 from mylodon/fix-issues-7831-7022

fix issue 7022

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list