Coverity: Resource leaks

Description

In CWizardInputs::​getServerIPMap(char const*, char const*, IPropertyTree const*, unsigned int): Leak of memory or pointers to system resources (CWE-404)

317 if(m_compIpMap.find(buildSetName) != NULL) 318 { CID 1366013 (#1 of 1): Resource leak (RESOURCE_LEAK) 33. overwrite_var: Overwriting instDetails in instDetails = this->m_compIpMap.getValue(buildSetName) leaks the storage that instDetails points to. 319 instDetails = m_compIpMap.getValue(buildSetName); 320

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Minor

Fix versions

Created October 6, 2016 at 11:10 AM
Updated March 6, 2017 at 11:03 AM
Resolved March 6, 2017 at 11:03 AM

Flag notifications