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