Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transfer ownership of the buffer in the image decoder bitmap fallback…
… path (flutter#3426) Previously we had passed a local generator to flow::BitmapImageCreate / SkImage::MakeFromGenerator, which takes ownership of the generator. That generator in turn referenced an SkData backed by a local vector. The result was an SkImage backed by a deleted buffer.
- Loading branch information