ManagedStaticMutex is allocated once we call getManagedStaticMutex, but it is nowhere deallocated.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Generally (especially bounded) memory allocation that remains reachable but is not allocated isn't considered a leak, as such.
I believe this code as-is is intentional.
This comment was removed by amaiorano.