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

@selector(doneButtonPressed:) memery leak #303

Open
xuewugoujie opened this issue Jul 18, 2018 · 1 comment
Open

@selector(doneButtonPressed:) memery leak #303

xuewugoujie opened this issue Jul 18, 2018 · 1 comment

Comments

@xuewugoujie
Copy link

Click DoneButton when IDMPhotoBrowser disappear。 show memery leak

@xujinhui
Copy link

when click Done Button , IDMPhotoBrowser dismiss; but xcode log like this:

UMengCommon<1.5.2>(Debug):[UMWorkDispatch:173]E_UM_C_NET_IDLE and no data to send.
2019-09-30 16:11:10.177812+0800[4419:1286312] Memory Leak: [
IDMPhotoBrowser
]
2019-09-30 16:11:10.178170+0800[4419:1286312] Possibly Memory Leak.
In case that IDMPhotoBrowser should not be dealloced, override -willDealloc in IDMPhotoBrowser by returning NO.
View-ViewController stack: (
IDMPhotoBrowser
)
2019-09-30 16:11:12.215692+0800[4419:1286312] Retain Cycle: [
-> target -> IDMPhotoBrowser ,
-> _controlVisibilityTimer -> __NSCFTimer
]

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

No branches or pull requests

2 participants