danielebogo / DBCamera

DBCamera is a simple custom camera with AVFoundation
MIT License
1.26k stars 262 forks source link

Leaks when open photo Library and pick a photo. #212

Open donaldyang opened 7 years ago

donaldyang commented 7 years ago

leak in the file 'DBCameraLibraryViewController.m' at the method: - (void) collectionView:(UICollectionView *)collectionView itemURL:(NSURL *)URL line: NSMutableDictionary *metadata = [NSMutableDictionary dictionaryWithDictionary:[defaultRep metadata]];

i don't know how to fix it.