We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b143a7f commit fc4db8fCopy full SHA for fc4db8f
MJExtension.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "MJExtension"
3
- s.version = "3.0.16"
+ s.version = "3.0.17"
4
s.ios.deployment_target = '8.0'
5
s.osx.deployment_target = '10.8'
6
s.summary = "A fast and convenient conversion between JSON and model"
MJExtension/MJFoundation.m
@@ -61,6 +61,7 @@ + (BOOL)isFromNSObjectProtocolProperty:(NSString *)propertyName
61
}
62
63
objectProtocolPropertyNames = [propertyNames copy];
64
+ free(propertyList);
65
});
66
67
return [objectProtocolPropertyNames containsObject:propertyName];
0 commit comments