Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Rodrigo PastranaRodrigo PastranaReporter
Gavin HallidayGavin HallidayPriority
MinorCompatibility
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Rodrigo Pastrana
Rodrigo PastranaReporter
Gavin Halliday
Gavin HallidayPriority
Compatibility
Minor
Fix versions
Pull Request URL
Created October 6, 2016 at 11:10 AM
Updated March 6, 2017 at 11:03 AM
Resolved March 6, 2017 at 11:03 AM
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