[Webkit-unassigned] [Bug 143521] [GTK] Crash in DOMObjectCache when a wrapped object owned by the cache is unreffed by the user
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 8 08:19:12 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143521
--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #4)
> (In reply to comment #3)
>
> > Also, coulnd't we completely forget about cacheReferences and simply use
> > GObject's ref_count ?
>
> I don't think we can, because if the user explicitly refs the object, we
> should not delete it.
Exactly, cacheReferences only keeps track of the references owned by the cache itself. In a normal case, we just drop our refs, but users can do weird things.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150408/c71a2dc0/attachment.html>
More information about the webkit-unassigned
mailing list