Kaydet (Commit) 6062581a authored tarafından Pedro Giffuni's avatar Pedro Giffuni

Resource leak

CID:	1229496
üst 71657602
...@@ -911,6 +911,8 @@ void StgDirStrm::SetupEntry ( ...@@ -911,6 +911,8 @@ void StgDirStrm::SetupEntry (
SetupEntry( nRight, pUpper, nEntryCount, nDepth+1); SetupEntry( nRight, pUpper, nEntryCount, nDepth+1);
SetupEntry( nLeaf, pCur, nEntryCount, nDepth+1); SetupEntry( nLeaf, pCur, nEntryCount, nDepth+1);
} }
else
delete pCur;
} }
} }
......
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