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

coverity#707713 Uninitialized pointer field

Change-Id: I4c51287f20d070fe3227adb5a1909c9539938f27
üst 8477ccec
......@@ -111,6 +111,7 @@ public:
inline ThreadKey::ThreadKey( oslThreadKeyCallbackFunction pCallback ) SAL_THROW(())
: _bInit( false )
, _hThreadKey( 0 )
, _pCallback( pCallback )
{
}
......
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