3b7ae335f3
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/hplip#7cb6f648cdb35a0f018b511d10b516d6d9e4d638
14 lines
650 B
Diff
14 lines
650 B
Diff
diff --git a/prnt/hpcups/Compressor.cpp b/prnt/hpcups/Compressor.cpp
|
|
index 7fbbcd0..a29955e 100644
|
|
--- a/prnt/hpcups/Compressor.cpp
|
|
+++ b/prnt/hpcups/Compressor.cpp
|
|
@@ -29,7 +29,7 @@
|
|
\*****************************************************************************/
|
|
#include "Compressor.h"
|
|
|
|
-Compressor::Compressor (unsigned int RasterSize, bool useseed) : SeedRow(NULL), UseSeedRow(useseed), inputsize(RasterSize), seeded(false)
|
|
+Compressor::Compressor (unsigned int RasterSize, bool useseed) : SeedRow(NULL), compressBuf(NULL), UseSeedRow(useseed), inputsize(RasterSize), seeded(false)
|
|
{
|
|
constructor_error = NO_ERROR;
|
|
iRastersReady = 0;
|