I just ran the static analysis checker "cppcheck" over the source code of Pixie-2.2.6
It said
[precomp.cpp:324]: (error) Resource leak: f
This looks like a missing call to fclose() to me.
Log in to post a comment.