[Issue 1326] Garbage Collector dysfunction - Memory leak in gc_term() with DLLs - and more.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jul 9 23:53:27 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1326
------- Comment #1 from bugzilla at digitalmars.com 2007-07-10 01:53 -------
I tried this with 3):
-----------------------
import std.c.windows.com;
interface I { }
class Foo : ComObject, public I { }
void main()
{
Foo f = new Foo();
}
---------------------
and instrumented _d_newclass(). The test:
if (ci.flags & 1){} // if COM object
is triggered properly. If you could check it for your explicit case, that would
be helpful, as I cannot reproduce the problem.
--
More information about the Digitalmars-d-bugs
mailing list