diff --git a/external/ours/library/crypto/src/shared/original/queue.cpp b/external/ours/library/crypto/src/shared/original/queue.cpp index 2fb3250a..9ce378de 100755 --- a/external/ours/library/crypto/src/shared/original/queue.cpp +++ b/external/ours/library/crypto/src/shared/original/queue.cpp @@ -130,7 +130,7 @@ public: // ******************************************************** ByteQueue::ByteQueue(unsigned int m_nodeSize) - : m_nodeSize(m_nodeSize), m_lazyLength(0) + : m_nodeSize(0), m_lazyLength(0) { m_head = m_tail = new ByteQueueNode(m_nodeSize); }