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

Added missing @autoreleasepool to +load method. #48

Merged
merged 2 commits into from
Mar 2, 2013

Conversation

oleganza
Copy link
Contributor

@oleganza oleganza commented Mar 1, 2013

No description provided.

@oleganza
Copy link
Contributor Author

oleganza commented Mar 1, 2013

When I launch my app on iPad1 with iOS 5.1.1 there are system messages about missing autorelease pool. This patch fixes the problem.

objc[3907]: Object 0x864190 of class GRMustacheCapitalizedFilter autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x8590f0 of class GRMustacheLowercaseFilter autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x865780 of class GRMustacheUppercaseFilter autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x8657d0 of class GRMustacheBlankFilter autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x8658b0 of class GRMustacheEmptyFilter autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x8659e0 of class GRMustacheLocalizer autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x865b00 of class GRMustacheHTMLEscapeFilter autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x865a40 of class __NSCFDictionary autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x85ae10 of class GRMustacheJavascriptEscaper autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x865cc0 of class __NSCFDictionary autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x865d70 of class GRMustacheURLEscapeFilter autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x865db0 of class __NSCFDictionary autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x865e20 of class __NSCFDictionary autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
objc[3907]: Object 0x866250 of class GRMustacheContext autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug

@groue
Copy link
Owner

groue commented Mar 1, 2013

Thanks Oleg! This is a bugfix: the version needs to be incremented. Can you please remove the a04fe2f commit, so that I can accept the PR?

@groue
Copy link
Owner

groue commented Mar 2, 2013

Fever had me write the comment above. I'll take care of it, thanks Oleg.

groue added a commit that referenced this pull request Mar 2, 2013
@groue groue merged commit 4785e77 into groue:master Mar 2, 2013
@groue
Copy link
Owner

groue commented Mar 2, 2013

Let's go and ship 6.4.1!

@oleganza
Copy link
Contributor Author

oleganza commented Mar 4, 2013

No probs ;-)

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