mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2025-02-26 14:56:51 +00:00
merge 6d0f5a1
This commit is contained in:
commit
ba42717df7
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user