[webkit-reviews] review granted: [Bug 127650] [SOUP] WebProcess sometimes crashes when a download is cancelled : [Attachment 222269] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 26 08:32:48 PST 2014


Martin Robinson <mrobinson at webkit.org> has granted Carlos Garcia Campos
<cgarcia at igalia.com>'s request for review:
Bug 127650: [SOUP] WebProcess sometimes crashes when a download is cancelled
https://bugs.webkit.org/show_bug.cgi?id=127650

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

------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=222269&action=review


> Source/WebKit2/Shared/Downloads/soup/DownloadSoup.cpp:241
> +    RefPtr<ResourceHandle> resourceHandle = m_resourceHandle;
> +    m_resourceHandle = nullptr;

You should use m_resourceHandle.release() here.


More information about the webkit-reviews mailing list