mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
84b32745c1
commit
30f8f0ad82
1 changed files with 1 additions and 1 deletions
|
@ -3698,9 +3698,9 @@ static NSCharacterSet *tokenSet = nil;
|
||||||
count = [content count];
|
count = [content count];
|
||||||
for (i = 0; i < count; i++)
|
for (i = 0; i < count; i++)
|
||||||
{
|
{
|
||||||
CREATE_AUTORELEASE_POOL(arp);
|
|
||||||
GSMimeDocument *part = [content objectAtIndex: i];
|
GSMimeDocument *part = [content objectAtIndex: i];
|
||||||
NSMutableData *rawPart = [part rawMimeData: NO];
|
NSMutableData *rawPart = [part rawMimeData: NO];
|
||||||
|
CREATE_AUTORELEASE_POOL(arp);
|
||||||
|
|
||||||
if (is7bit == YES)
|
if (is7bit == YES)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue