-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#2191Closed
Copy link
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.p: image_pickerThe Image Picker plugin.The Image Picker plugin.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specifically
Description
Steps to Reproduce
$ cd packages/image_picker/example/
$ flutter build ios
$ cd ios
$ /usr/bin/xcodebuild build -workspace Runner.xcworkspace -scheme Runner -configuration Release CODE_SIGN_IDENTITY=- CODE_SIGNING_ALLOWED=NO analyzeLogs
Classes/FLTImagePickerMetaDataUtil.m:45:29: warning: Potential leak of an object stored into 'source'
CGImageSourceRef source = CGImageSourceCreateWithData((CFDataRef)imageData, NULL);
^
1 warning generated.
Looks like there's a missing CFRelease(source);
Metadata
Metadata
Assignees
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.p: image_pickerThe Image Picker plugin.The Image Picker plugin.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specifically