summaryrefslogtreecommitdiff
path: root/eprecomp.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2008-11-21 23:33:35 +0000
committerweidai <weidai11@users.noreply.github.com>2008-11-21 23:33:35 +0000
commit1dc4ead99995b64fd3ca1982ee1e3a833acba98e (patch)
tree5e42934db7020af65b73b24f6440254ddd6589ce /eprecomp.h
parentbb82d51d1e5d8a29c67d7e37a3bab2187dea3c62 (diff)
downloadcryptopp-git-1dc4ead99995b64fd3ca1982ee1e3a833acba98e.tar.gz
fix valgrind errors
Diffstat (limited to 'eprecomp.h')
-rw-r--r--eprecomp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/eprecomp.h b/eprecomp.h
index b4fd6059..1f325676 100644
--- a/eprecomp.h
+++ b/eprecomp.h
@@ -43,6 +43,8 @@ class DL_FixedBasePrecomputationImpl : public DL_FixedBasePrecomputation<T>
public:
typedef T Element;
+ DL_FixedBasePrecomputationImpl() : m_windowSize(0) {}
+
// DL_FixedBasePrecomputation
bool IsInitialized() const
{return !m_bases.empty();}