Subject: re: cppcheck run against 1.27 From: Dan Kegel dank@kegel.com Date: Sat, 8 Aug 2009 15:53:25 -0700 To: wine-devel@winehq.org
To: wine-devel@winehq.org
Chris wrote:
... [../wine-git/tools/widl/write_msft.c:2540]: (error) Deallocating a deallocated pointer: fd - This just means your freeing an already freed resource... This is more of a warning than anything
Double frees are serious errors... double closes not so much. I don't see either on that line, though...?
- Dan
I can run it with the --all option to see if it gives any clarification
Chris