IOS-2794 Lower memory consumption

IOS-2794
Dirk Zimmermann 2 years ago
parent 224c0b961b
commit 18671718ca

@ -559,8 +559,9 @@ static int currentPartVersion = 2;
}
NSUInteger count = [allLines count];
for (int i = 0; i < count; i++) {
[dataValue appendData: [allLines objectAtIndex: i]];
[dataValue appendData: [allLines objectAtIndex: 0]];
[dataValue appendBytes: LF length: 1];
[allLines removeObjectAtIndex:0];
}
return dataValue;
}

Loading…
Cancel
Save