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

use of uninitialized variable

Change-Id: I1149eb9f5946228a2448c121e7ec7211861b3b3d
(cherry picked from commit 65deab68)
üst 5f469a2a
...@@ -226,7 +226,7 @@ BenError LtcBenContainer::SeekFromEnd(long Offset) ...@@ -226,7 +226,7 @@ BenError LtcBenContainer::SeekFromEnd(long Offset)
*/ */
LtcUtBenValueStream * LtcBenContainer::FindNextValueStreamWithPropertyName(const char * sPropertyName, LtcUtBenValueStream * pCurrentValueStream) LtcUtBenValueStream * LtcBenContainer::FindNextValueStreamWithPropertyName(const char * sPropertyName, LtcUtBenValueStream * pCurrentValueStream)
{ {
CBenPropertyName * pPropertyName; CBenPropertyName * pPropertyName(nullptr);
RegisterPropertyName(sPropertyName, &pPropertyName); // Get property name object RegisterPropertyName(sPropertyName, &pPropertyName); // Get property name object
if (nullptr == pPropertyName) if (nullptr == pPropertyName)
......
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