Kaydet (Commit) 367050e0 authored tarafından Pedro Giffuni's avatar Pedro Giffuni

Resource leak

CID:	1028009
üst 2ce78620
...@@ -2517,6 +2517,8 @@ void OfaTreeOptionsDialog::LoadNodes( ...@@ -2517,6 +2517,8 @@ void OfaTreeOptionsDialog::LoadNodes(
{ {
pModule ? aNodeList.push_back( pNode ) : rOutNodeList.push_back( pNode ); pModule ? aNodeList.push_back( pNode ) : rOutNodeList.push_back( pNode );
} }
else
delete pNode;
} }
} }
......
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