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

Crash and memory leaks #32

Closed
kirmakarenko opened this issue May 8, 2018 · 1 comment
Closed

Crash and memory leaks #32

kirmakarenko opened this issue May 8, 2018 · 1 comment
Assignees
Labels

Comments

@kirmakarenko
Copy link

  1. While working with this library sometimes I face some crashes. Crash is happening when I try to pick photo from library. It happens inside synchronizeAssets function. sortedAlbumsArray is empty and section is equal to 1. See screenshot below:
    2018-05-08 10 01 47
    I set up AssetsPickerViewController in my button IBAction function like this:
    2018-05-08 10 19 12
  2. When I inspect memory usage, I see some memory leaks if I'm not mistaken.
    2018-05-08 10 13 41
  3. And last thing, when I select images and click done, they are being duplicated to gallery. Is there a way to prevent this?

Thanks!

@DragonCherry
Copy link
Owner

Fixed second issue in new version, and I think I have to investigate more for the first one.

@DragonCherry DragonCherry self-assigned this Oct 31, 2018
@DragonCherry DragonCherry pinned this issue Jan 19, 2019
@DragonCherry DragonCherry unpinned this issue Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants