Allocate stream compression buffer.

This commit is contained in:
Michael R Sweet
2025-02-16 13:20:51 -05:00
parent 44827bac1a
commit 492a4f51b2
3 changed files with 46 additions and 20 deletions

View File

@@ -205,7 +205,7 @@ pdfioObjCreateStream(
obj->pdf->current_obj = obj;
// Return the new stream...
return (_pdfioStreamCreate(obj, length_obj, filter));
return (_pdfioStreamCreate(obj, length_obj, 0, filter));
}