Thread overview
[Issue 24882] COM class is allocated using GC not malloc
Nov 26
Dlang Bot
Nov 29
Dlang Bot
Nov 29
Dlang Bot
November 26
https://issues.dlang.org/show_bug.cgi?id=24882

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rikkimax created dlang/dmd pull request #17095 "Fix bugzilla issue 24882 - COM class is allocated using GC not malloc" fixing this issue:

- Fix bugzilla issue 24882 - COM class is allocated using GC not malloc

https://github.com/dlang/dmd/pull/17095

--
November 29
https://issues.dlang.org/show_bug.cgi?id=24882

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #17095 "Fix bugzilla issue 24882 - COM class is allocated using GC not malloc" was merged into stable:

- cc21a03174dc2fb627442ca201a1f0ed9d18a9bc by Richard (Rikki) Andrew
Cattermole:
  Fix bugzilla issue 24882 - COM class is allocated using GC not malloc

https://github.com/dlang/dmd/pull/17095

--
November 29
https://issues.dlang.org/show_bug.cgi?id=24882

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #17098 "Merge stable" was merged into master:

- 6567f6f4a4a6ad95da1a340e12b1f1130a5a10c0 by Richard (Rikki) Andrew
Cattermole:
  Fix bugzilla issue 24882 - COM class is allocated using GC not malloc

https://github.com/dlang/dmd/pull/17098

--