Skip to content
Snippets Groups Projects

UIImage+AverageColor: Remove extra CFRelease calls

Merged Diogo Simao Marques requested to merge diogo.simao-marques/vlc-ios:average-color into master

This merge request brings a hot fix for one the most recent crash issue.

Releasing an object that is NULL will cause an exception and make the application crash.

Here we are not responsible for releasing the CGImage, and trying to do so, by calling the CFRelease method was therefore leading to crashing the application.

Merge request reports

Merge request pipeline #418222 passed

Merge request pipeline passed for 28779879

Merged by Felix Paul KühneFelix Paul Kühne 1 year ago (Dec 20, 2023 2:36pm UTC)

Merge details

  • Changes merged into master with 28779879.
  • Deleted the source branch.

Pipeline #418248 passed

Pipeline passed for 28779879 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading