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

[FIX] in theory, closure container may be deallocated in run-time #25

Merged
merged 1 commit into from
Aug 31, 2018
Merged

[FIX] in theory, closure container may be deallocated in run-time #25

merged 1 commit into from
Aug 31, 2018

Conversation

boraseoksoon
Copy link
Contributor

@boraseoksoon boraseoksoon commented Aug 30, 2018

I found out I missed something,
There is some possibility, which is in theory,
these two closure containers may be possible to be deallocated in run-time because of weak var.
I think it'd be better that self should be weak rather than closure container variable itself.
So, I tried to trim a bit, keeping same execution.

Thanks!

…in runtime

I found out the issue I committed before, which is in theory, these two closure containers may be possible to be deallocated in run-time.
So, I tried to trim a bit, keeping same execution.
@0ber 0ber merged commit 5aa9db4 into Ramotion:master Aug 31, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants