Skip to content

Commit

Permalink
CID 1455241
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Nov 3, 2019
1 parent 1aca151 commit 825d94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/unit_test_attribute.c
Expand Up @@ -2064,7 +2064,7 @@ static int process_file(bool *exit_now, TALLOC_CTX *ctx, CONF_SECTION *features,
}

finish:
if (fp != stdin) fclose(fp);
if (fd && (fp != stdin)) fclose(fp);

/*
* Free any residual resources re loaded.
Expand Down

0 comments on commit 825d94b

Please sign in to comment.