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

coverity#738680 Uninitialized scalar field

Change-Id: I0db24150f143c3b5f6459b518d0fc9649fe8a786
üst 2790ad95
...@@ -164,6 +164,7 @@ LtcBenContainer::FindNextObjectWithProperty(pCBenObject pCurrObject, ...@@ -164,6 +164,7 @@ LtcBenContainer::FindNextObjectWithProperty(pCBenObject pCurrObject,
* @return * @return
*/ */
LtcBenContainer::LtcBenContainer(LwpSvStream * pStream) LtcBenContainer::LtcBenContainer(LwpSvStream * pStream)
: cNextAvailObjectID(0)
{ {
cpStream = pStream; cpStream = pStream;
pStream->Seek(STREAM_SEEK_TO_END); pStream->Seek(STREAM_SEEK_TO_END);
......
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