[PATCH] D8802: [libc++] Fix PR22606 - Leak pthread_key with static storage duration to ensure all of thread-local destructors are called.

Marshall Clow mclow.lists at gmail.com
Mon Aug 3 11:24:27 PDT 2015


mclow.lists accepted this revision.
mclow.lists added a comment.
This revision is now accepted and ready to land.

LGTM. I hate the leaking, but I think it's the best we can do at this time.


http://reviews.llvm.org/D8802







More information about the cfe-commits mailing list