ntdll: remove an unnecessary NULL check : Coverity

Jeff Latimer lats at yless4u.com.au
Mon Jan 1 23:25:30 CST 2007


Coverity Cid:344 highlighted a REVERSE-INULL.  This patch removes the 
redundant null tests as it is clear from the code above that the pointer 
has already been used to dereference and can't be null.

Jeff Latimer
---
  dlls/ntdll/file.c |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: f629b9e9b75d1717e9579bd6896cd94b92c273ad.diff
Type: text/x-patch
Size: 712 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070102/d9beacbd/f629b9e9b75d1717e9579bd6896cd94b92c273ad.bin


More information about the wine-patches mailing list