Core/Misc: Fix issues reported by static analysis

Coverity defect IDs: 1292769, 1292768, 1292765, 1292763, 1267939
This commit is contained in:
jackpoz
2015-04-04 15:28:13 +02:00
parent c38d4f57b3
commit 2dc97e3f3d
5 changed files with 14 additions and 5 deletions
@@ -492,6 +492,7 @@ void Object::BuildValuesUpdate(uint8 updateType, ByteBuffer* data, Player* targe
uint32* flags = NULL;
uint32 visibleFlag = GetUpdateFieldData(target, flags);
ASSERT(flags);
for (uint16 index = 0; index < m_valuesCount; ++index)
{