Fix same issue from branch Master issue #291 for branch 3
This commit is contained in:
parent
b6abfa70db
commit
871a26b164
@ -64,7 +64,7 @@ public class MixedAttribute implements Attribute {
|
||||
.getName());
|
||||
if (((MemoryAttribute) attribute).getChannelBuffer() != null) {
|
||||
diskAttribute.addContent(((MemoryAttribute) attribute)
|
||||
.getChannelBuffer(), last);
|
||||
.getChannelBuffer(), true);
|
||||
}
|
||||
attribute = diskAttribute;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user