/gist:970cdcb0517b4fdfc954 Secret
Created
March 21, 2014 00:54
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git i/ToolCrash/Pods/Typhoon/Source/Factory/Provider/TyphoonAssistedFactoryBase+TyphoonFactoryMethodClosure.m w/ToolCrash/Pods/Typhoon/Source/Factory/Pro | |
index 2dd7c15..d3f5613 100644 | |
--- i/ToolCrash/Pods/Typhoon/Source/Factory/Provider/TyphoonAssistedFactoryBase+TyphoonFactoryMethodClosure.m | |
+++ w/ToolCrash/Pods/Typhoon/Source/Factory/Provider/TyphoonAssistedFactoryBase+TyphoonFactoryMethodClosure.m | |
@@ -82,6 +82,7 @@ static const void *sFactoryMethodClosures = &sFactoryMethodClosures; | |
[self.componentFactory injectAssemblyOnInstanceIfTyphoonAware:*(__unsafe_unretained id *) returnValue]; | |
[anInvocation setReturnValue:returnValue]; | |
+ [anInvocation retainArguments]; | |
free(returnValue); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment