[webkit-reviews] review denied: [Bug 26404] Pasteboard::generalPasteboard leaks : [Attachment 31288] Simple patch for the issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 15 09:24:57 PDT 2009


Darin Adler <darin at apple.com> has denied Mihnea Ovidenie <mihnea at adobe.com>'s
request for review:
Bug 26404: Pasteboard::generalPasteboard leaks
https://bugs.webkit.org/show_bug.cgi?id=26404

Attachment 31288: Simple patch for the issue
https://bugs.webkit.org/attachment.cgi?id=31288&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
This is incorrect. C++ guarantees that the initialization will only be called
once the first time the function is called. Your new code does the same thing.

There is no leak here.


More information about the webkit-reviews mailing list