Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
None
-
None
-
ca92ee2518fdbd77fcbe3f8ef4f412aa5950b1b9
Description
qAddPostRoutine() is not thread-safe, but it should be. Otherwise a program can only safely call it before it creates threads which means it cannot use it to register clean-up for resources that are not allocated until they are used.