summaryrefslogtreecommitdiff
path: root/zdeflate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zdeflate.cpp')
-rw-r--r--zdeflate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/zdeflate.cpp b/zdeflate.cpp
index 426e438..ae5e1a7 100644
--- a/zdeflate.cpp
+++ b/zdeflate.cpp
@@ -221,6 +221,7 @@ Deflator::Deflator(BufferedTransformation *attachment, int deflateLevel, int log
Deflator::Deflator(const NameValuePairs &parameters, BufferedTransformation *attachment)
: LowFirstBitWriter(attachment)
+ , m_deflateLevel(-1)
{
InitializeStaticEncoders();
IsolatedInitialize(parameters);