[Webkit-unassigned] [Bug 156951] [Win] Plugin stream temporary file is deleted too early.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 23 16:43:36 PDT 2016


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

--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 277146
  --> https://bugs.webkit.org/attachment.cgi?id=277146
Patch

It’s normally not a good pattern to do any externally visible work that is based on reference counting. It’s very easy to accidentally change the timing. We have worked hard to not do this kind of work in the destructors in most cases. Is there some other time that’s appropriate other than destruction of the stream object?

-- 
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/20160423/72cb5a7f/attachment.html>


More information about the webkit-unassigned mailing list