mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Tidied code which was not compiling with gc=yes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13966 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f1aa57c3ed
commit
ffc8dd4a19
1 changed files with 1 additions and 1 deletions
|
@ -3698,9 +3698,9 @@ static NSCharacterSet *tokenSet = nil;
|
|||
count = [content count];
|
||||
for (i = 0; i < count; i++)
|
||||
{
|
||||
CREATE_AUTORELEASE_POOL(arp);
|
||||
GSMimeDocument *part = [content objectAtIndex: i];
|
||||
NSMutableData *rawPart = [part rawMimeData: NO];
|
||||
CREATE_AUTORELEASE_POOL(arp);
|
||||
|
||||
if (is7bit == YES)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue