merge 6d0f5a1

This commit is contained in:
Christopher Lloyd 2015-03-28 22:14:51 -04:00
commit ba42717df7

View File

@ -625,7 +625,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
*stringp = [[NSString alloc] initWithCharacters:result length:resultLength];
[pool drain];
[*stringp autorelease];
if (stringp != NULL) [*stringp autorelease];
return YES;
} else {
if ([_skipSet characterIsMember:unicode] == YES) {
@ -637,7 +637,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
*stringp = [[NSString alloc] initWithCharacters:result length:resultLength];
[pool drain];
[*stringp autorelease];
if (stringp != NULL) [*stringp autorelease];
return YES;
}
}