Kaydet (Commit) 21e3f143 authored tarafından Noel Grandin's avatar Noel Grandin

cid#1226495 Uninitialized scalar field

Change-Id: I5f05fc312032c50639f147f27353aa560a69f65a
üst a5178980
......@@ -65,7 +65,7 @@ class OStoreObject : public store::IStoreHandle
public:
/** Construction.
*/
OStoreObject() {}
OStoreObject() : m_nRefCount(0) {}
/** IStoreHandle.
*/
......
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