[Issue 14573] [REG2.067] Extreme memory usage when `synchronized( object )` is used
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed May 13 08:26:45 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14573
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |code at dawg.eu
--- Comment #2 from Martin Nowak <code at dawg.eu> ---
Sounds like the object mutexes aren't freed. They're usually explicity
destroyed when finalizing a class. Might need to collect them by the GC
separately.
--
More information about the Digitalmars-d-bugs
mailing list