Skip to content

Commit

Permalink
seas: release FILE after printing
Browse files Browse the repository at this point in the history
Fixes Coverity CID 40820

(cherry picked from commit 7e7babff315bb0724dceb092bd0eb49504f1ab8f)
  • Loading branch information
razvancrainea committed Nov 14, 2016
1 parent 11d428f commit 40f1c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/seas/encode_uri.c
Expand Up @@ -450,5 +450,6 @@ int print_uri_junit_tests(char *hdrstart,int hdrlen,unsigned char *payload,int p
i+=2;
}
fprintf(fp,"\n");
fclose(fp);
return 0;
}

0 comments on commit 40f1c3d

Please sign in to comment.