Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Ensure property attributes don't leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Jendrusch committed Oct 12, 2018
1 parent a24a09d commit 31927dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extobjc/EXTRuntimeExtensions.m
Expand Up @@ -483,7 +483,7 @@ BOOL ext_classIsKindOfClass (Class receiver, Class aClass) {

if (!next) {
fprintf(stderr, "ERROR: Could not read class name in attribute string \"%s\" for property %s\n", attrString, property_getName(property));
return NULL;
goto errorOut;
}

if (className != next) {
Expand Down

0 comments on commit 31927dd

Please sign in to comment.