http://bugs.winehq.org/show_bug.cgi?id=18046
Summary: Resource leaks Product: Wine Version: 1.1.19 Platform: Other URL: http://cppcheck.wiki.sourceforge.net/ OS/Version: other Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: begert@gmail.com CC: begert@gmail.com
Running cppcheck 1.31 against wine 1.1.19 yeilds:
[./dlls/wineps.drv/mkagl.c:519]: (error) Resource leak: f_c [./dlls/wineps.drv/mkagl.c:519]: (error) Resource leak: f_h [./tools/fnt2bdf.c:219]: (error) Resource leak: fp
fclose() shold be called on these.