[webkit-reviews] review denied: [Bug 119810] [Mac] No AutoreleasePool leaks when dragging image out of WebView : [Attachment 208751] [PATCH] Proposed Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 14 12:26:24 PDT 2013


Joseph Pecoraro <joepeck at webkit.org> has denied Joseph Pecoraro
<joepeck at webkit.org>'s request for review:
Bug 119810: [Mac] No AutoreleasePool leaks when dragging image out of WebView
https://bugs.webkit.org/show_bug.cgi?id=119810

Attachment 208751: [PATCH] Proposed Fix
https://bugs.webkit.org/attachment.cgi?id=208751&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=208751&action=review


> Source/WebCore/platform/mac/FileSystemMac.mm:77
>  static void* setMetaData(void* context)

Mitz has a good suggestion. Instead of spawning a pthread for setMetaData (old
code) we can just dispatch a block to do this. I'll look into that.


More information about the webkit-reviews mailing list