[Webkit-unassigned] [Bug 127650] [SOUP] WebProcess sometimes crashes when a download is cancelled

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


https://bugs.webkit.org/show_bug.cgi?id=127650


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #222269|review?                     |review+
               Flag|                            |




--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2014-01-26 08:30:15 PST ---
(From update of attachment 222269)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list