Fix some static analysis issues (coverity)

This commit is contained in:
scrawl 2014-12-18 03:24:10 +01:00
parent 1b9209df4a
commit f931ba2efc
31 changed files with 298 additions and 256 deletions

View file

@ -299,7 +299,7 @@ namespace ICS
{
if(it->second.find(axis) != it->second.end())
{
mControlsJoystickPOVBinderMap[deviceId].find(index)->second.erase( it->second.find(axis) );
it->second.erase( it->second.find(axis) );
}
}
}