On Mon, Jun 09, 2014 at 07:32:49PM +0200, Toralf F�rster wrote:
> spotted by cppcheck
>
> Signed-off-by: Toralf F�rster <toralf.foerster@xxxxxx>
> ---
> 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.