[webkit-reviews] review denied: [Bug 99010] Fix memory leak for the Pasteboard singleton : [Attachment 168165] patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 11 11:53:47 PDT 2012
Anders Carlsson <andersca at apple.com> has denied Mariusz Grzegorczyk
<mariusz.g at samsung.com>'s request for review:
Bug 99010: Fix memory leak for the Pasteboard singleton
https://bugs.webkit.org/show_bug.cgi?id=99010
Attachment 168165: patch
https://bugs.webkit.org/attachment.cgi?id=168165&action=review
------- Additional Comments from Anders Carlsson <andersca at apple.com>
No.
Nowhere in WebKit do we free memory at exit; the OS is much better at doing
that. In fact - we have warnings in place to catch this behavior and that's why
the Mac build is failing.
More information about the webkit-reviews
mailing list