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 Xcode reports memory leak in getImageFrom, #4412 #4413

Merged
merged 1 commit into from
May 14, 2023

Conversation

low-batt
Copy link
Contributor

This commit will:

  • Remove the method MPVController.getScreenshot
  • Remove the method ObjcUtils.getImageFrom

IINA was not leaking memory. The memory leak Xcode detected was in code that is no longer used.


Description:

This commit will:
- Remove the method MPVController.getScreenshot
- Remove the method ObjcUtils.getImageFrom

IINA was not leaking memory. The memory leak Xcode detected was in code
that is no longer used.
@low-batt low-batt requested a review from uiryuu May 14, 2023 18:20
@uiryuu uiryuu merged commit 0a1d830 into develop May 14, 2023
2 checks passed
@uiryuu uiryuu deleted the getimagefrom-leak branch May 14, 2023 23:41
@low-batt low-batt linked an issue May 16, 2023 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Xcode reports memory leak in getImageFrom
2 participants