Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Recycling of screenshot bitmaps #609

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

mykola-mokhnach
Copy link
Contributor

Addresses #608

I turns out the Bitmap.createBitmap does not always create a new Bitmap instance and may also return the same instance that has been passed in arguments.

Copy link
Member

@KazuCocoa KazuCocoa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice to find

@mykola-mokhnach mykola-mokhnach merged commit 2859d56 into appium:master Jan 30, 2024
11 of 12 checks passed
@mykola-mokhnach mykola-mokhnach deleted the el_scr branch January 30, 2024 07:49
github-actions bot pushed a commit that referenced this pull request Jan 30, 2024
## [6.0.7](v6.0.6...v6.0.7) (2024-01-30)

### Bug Fixes

* Recycling of screenshot bitmaps ([#609](#609)) ([2859d56](2859d56))
Copy link

🎉 This PR is included in version 6.0.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants