DescriptionFix use-after-free in TextureLayerImplTest.ResourceNotFreedOnGpuRasterToggle.
The callback uses a local variable 'released', but 'released' had
a more narrow scope than the owner of the callback (and it's called
from the destructor, when 'released' is already out of scope)
BUG=649897
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Committed: https://crrev.com/360dee282db84d1e63414c9e8d471a7465a8441d
Cr-Commit-Position: refs/heads/master@{#439888}
Patch Set 1 #
Messages
Total messages: 15 (9 generated)
|