diff options
-rw-r--r-- | oox/source/crypto/CryptTools.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/crypto/CryptTools.cxx b/oox/source/crypto/CryptTools.cxx index d346fceb12fc..c507923f7bc9 100644 --- a/oox/source/crypto/CryptTools.cxx +++ b/oox/source/crypto/CryptTools.cxx @@ -134,6 +134,7 @@ struct CryptoImpl : mContext(nullptr) , mSecParam(nullptr) , mSymKey(nullptr) + , mpSlot(nullptr) { // Initialize NSS, database functions are not needed NSS_NoDB_Init(nullptr); |