Kaydet (Commit) aa668984 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707714: Uninitialized pointer

Change-Id: I98e21ad28ea31bae41894d1804cbafe0c247035d
üst 820a2995
...@@ -102,6 +102,7 @@ public: ...@@ -102,6 +102,7 @@ public:
inline OWeakObject() SAL_THROW(()) inline OWeakObject() SAL_THROW(())
: m_refCount( 0 ) : m_refCount( 0 )
, m_pWeakConnectionPoint( 0 ) , m_pWeakConnectionPoint( 0 )
, m_pReserved(0)
{} {}
#endif #endif
/** Dummy copy constructor. Set the reference count to zero. /** Dummy copy constructor. Set the reference count to zero.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment