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

Missing super dealloc call #3

Closed
wants to merge 1 commit into from
Closed

Conversation

dlinsin
Copy link

@dlinsin dlinsin commented Jul 3, 2013

My code analyzer spilled out a warning about a missing dealloc call to super. What do you think is it really missing or am I wrong here?

@rnapier rnapier closed this Jul 5, 2013
@dlinsin
Copy link
Author

dlinsin commented Jul 5, 2013

When I remove the -fno-objc-arc I get a compile error in line 61:

dispatch_release(self.source);

I guess #2 is supposed to solve this.

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.

2 participants