On 14.10.2011 00:08, Eric Blake wrote:
Coverity detected that the only way to get to the cleanup label
is if objectSpec had been successfully allocated, so the null
check was dead code.
* src/esx/esx_vi.c (esxVI_LookupObjectContentByType): Drop
redundant null check.
---
ACK,
agree that if we reach cleanup label, there is no way for objectSpec
to be NULL.
Michal