diff --git a/Source/NSMethodSignature.m b/Source/NSMethodSignature.m index 6a0790443..0bebe6e16 100644 --- a/Source/NSMethodSignature.m +++ b/Source/NSMethodSignature.m @@ -96,6 +96,7 @@ types_get_number_of_arguments (const char *types) - (void) dealloc { OBJC_FREE(types); + OBJC_FREE(returnTypes); [super dealloc]; }