Issue #511 - added free to reslove memory leaking warnings
This commit is contained in:
parent
698a50b381
commit
fffd955fba
|
|
@ -41,6 +41,8 @@ static NSMutableDictionary *forwardableSelectorsPerClass = nil;
|
|||
for (unsigned int i = 0; i < numberOfBaseProtocols; ++i) {
|
||||
[selectors unionSet:[self collectSelectorsForProtocol:pSubprotocols[i]]];
|
||||
}
|
||||
|
||||
free(pSubprotocols);
|
||||
|
||||
return selectors;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue