Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Fix: The Background and Overlay ImageView leak #37424

Merged
merged 4 commits into from
Dec 1, 2022

Conversation

Nayuta403
Copy link
Contributor

@Nayuta403 Nayuta403 commented Nov 8, 2022

fix: flutter/flutter#114888
before:
image

after:
image

video:
屏幕录制2022-11-08 20 56 01

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@Nayuta403 Nayuta403 changed the title Fix: The Background and Overlay ImageView leak [WIP] Fix: The Background and Overlay ImageView leak Nov 8, 2022
@Nayuta403 Nayuta403 changed the title [WIP] Fix: The Background and Overlay ImageView leak Fix: The Background and Overlay ImageView leak Nov 10, 2022
@Nayuta403
Copy link
Contributor Author

Nayuta403 commented Nov 10, 2022

ready for review

@GaryQian GaryQian self-requested a review November 10, 2022 19:52
@zatovagul
Copy link

@GaryQian If All is good, can u merge it?

@chinmaygarde
Copy link
Member

Ping @GaryQian for the review.

@reidbaker
Copy link
Contributor

LGTM

@reidbaker reidbaker self-requested a review November 30, 2022 15:51
@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 1, 2022
@auto-submit auto-submit bot merged commit abb68f4 into flutter:main Dec 1, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 1, 2022
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Dec 1, 2022
…116384)

* 4199b108b Roll Skia from 6f6793b298ff to b273c4c744be (1 revision) (flutter/engine#38009)

* 972e8d844 [Impeller Scene] Add offline mesh importer (flutter/engine#37981)

* abb68f40b Fix: The Background and Overlay ImageView leak (flutter/engine#37424)
mit-mit pushed a commit to mit-mit/flutter that referenced this pull request Dec 6, 2022
…lutter#116384)

* 4199b108b Roll Skia from 6f6793b298ff to b273c4c744be (1 revision) (flutter/engine#38009)

* 972e8d844 [Impeller Scene] Add offline mesh importer (flutter/engine#37981)

* abb68f40b Fix: The Background and Overlay ImageView leak (flutter/engine#37424)
shogohida pushed a commit to shogohida/flutter that referenced this pull request Dec 7, 2022
…lutter#116384)

* 4199b108b Roll Skia from 6f6793b298ff to b273c4c744be (1 revision) (flutter/engine#38009)

* 972e8d844 [Impeller Scene] Add offline mesh importer (flutter/engine#37981)

* abb68f40b Fix: The Background and Overlay ImageView leak (flutter/engine#37424)
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jan 19, 2023
…lutter#116384)

* 4199b108b Roll Skia from 6f6793b298ff to b273c4c744be (1 revision) (flutter/engine#38009)

* 972e8d844 [Impeller Scene] Add offline mesh importer (flutter/engine#37981)

* abb68f40b Fix: The Background and Overlay ImageView leak (flutter/engine#37424)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App needs tests platform-android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Hybrid composition] The Background and Overlay ImageView leak
4 participants