On Mon, Jun 09, 2014 at 07:32:49PM +0200, Toralf Förster wrote: > spotted by cppcheck > > Signed-off-by: Toralf Förster <toralf.foers...@gmx.de> > --- > wsutil/sha1.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/wsutil/sha1.c b/wsutil/sha1.c > index fcafd2b..081881a 100644 > --- a/wsutil/sha1.c > +++ b/wsutil/sha1.c > @@ -426,6 +427,8 @@ int main( int argc, char *argv[] ) > { > sha1_update( &ctx, buf, i ); > } > + > + ws_close(f);
^^^ fclose(f) ? ws_close() seems to be taking file descriptor. Cheers, Jakub. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe