Thread overview
[Issue 10972] aggregate postblit doesn't clean up in case of failure
Mar 06, 2015
Kenji Hara
March 06, 2015
https://issues.dlang.org/show_bug.cgi?id=10972

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, wrong-code

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4456

--
March 31, 2015
https://issues.dlang.org/show_bug.cgi?id=10972

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/f12af1807c84dc47ece6b53b26541d01428c45cd fix Issue 10972 - aggregate postblit doesn't clean up in case of failure

https://github.com/D-Programming-Language/dmd/commit/4e811cba25f0f7e51d1b686c893030bc4b8ab2fb Merge pull request #4456 from 9rnsr/fix10972

Issue 10972 - aggregate postblit doesn't clean up in case of failure

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=10972

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/f12af1807c84dc47ece6b53b26541d01428c45cd fix Issue 10972 - aggregate postblit doesn't clean up in case of failure

https://github.com/D-Programming-Language/dmd/commit/4e811cba25f0f7e51d1b686c893030bc4b8ab2fb Merge pull request #4456 from 9rnsr/fix10972

--