[webkit-reviews] review denied: [Bug 30408] ThreadSpecific instances or ThreadGlobalData instance is being leaked when the WebKit library is being reloaded. : [Attachment 41258] Proposed Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 18:57:37 PDT 2009


Alexey Proskuryakov <ap at webkit.org> has denied Carol Szabo
<carol.szabo at nokia.com>'s request for review:
Bug 30408: ThreadSpecific instances or ThreadGlobalData instance is being
leaked when the WebKit library is being reloaded.
https://bugs.webkit.org/show_bug.cgi?id=30408

Attachment 41258: Proposed Patch
https://bugs.webkit.org/attachment.cgi?id=41258&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
+	 Allocated threadGlobalData statically, not on heap such that it
+	 will be destroyed when the library is unloaded.

We don't allow static objects with destructors, because we want application
shutdown to be fast.


More information about the webkit-reviews mailing list