[Webkit-unassigned] [Bug 82082] [SOUP] Implement missing methods in CookieJarSoup
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 26 08:41:18 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82082
--- Comment #7 from Martin Robinson <mrobinson at webkit.org> 2012-03-26 08:41:18 PST ---
(In reply to comment #5)
> what's is tricky exactly? soup_cookie_jar_all_cookies() returns a transfer full GSList, so we need a GOwnPtr for the container and another one for every item.
GOwnPtr is typically used for the entire lifetime of an object. In this case you are assigning a pre-existing objects to GOwnPtrs and they are freed almost as a side-effect of that.
--
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