<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><pre>[/home/cahrendt/wine-git/dlls/ntdll/server.c:802]: (error) Resource leak: fd<br>[/home/cahrendt/wine-git/dlls/ntdll/server.c:882]: (error) Resource <br>leak: fd_cwd<br><br>These two are false positives, as the process ends (calling exit(1)<br><br><br>[/home/cahrendt/wine-git/dlls/rpcrt4/tests/server.c:1189]: (possible <br>error) Array index out of bounds<br><br>This one is a false positive, it uses FIELD_OFFSET(cs_t, ca[5]),<br>and it found an array:<br>int ca[5];<br><br>[/home/cahrendt/wine-git/dlls/wineps.drv/init.c:270]: (error) Possible <br>null pointer dereference: dmW - otherwise it is redundant to check if <br>dmW is null at line 272<br><br>That is a bug, sent a patch<br><br>HTH,<br><br>Joris<br></pre></td></tr></table><br>