diff options
author | anjuta@arthur.local <> | 2005-01-13 19:03:46 +0200 |
---|---|---|
committer | anjuta@arthur.local <> | 2005-01-13 19:03:46 +0200 |
commit | f23cdbcd4a03b3f19f5bef0555fc11cd5a5c9b70 (patch) | |
tree | ede3fbf72c3f49f91cba46a5312d11505b2aad38 /extra/comp_err.c | |
parent | e52dce98da9e00fa091d3f3a67f5fcea40ef28b2 (diff) | |
download | mariadb-git-f23cdbcd4a03b3f19f5bef0555fc11cd5a5c9b70.tar.gz |
Bug in InnoDB;
file closing in extra/comp_err.c
Diffstat (limited to 'extra/comp_err.c')
-rw-r--r-- | extra/comp_err.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/comp_err.c b/extra/comp_err.c index 7f6b6a5996b..89fa958e6c1 100644 --- a/extra/comp_err.c +++ b/extra/comp_err.c @@ -243,6 +243,7 @@ static int create_header_files(struct errors *error_head) fprintf(er_definef, "#define ER_ERROR_MESSAGES %d\n", er_count); my_fclose(er_definef, MYF(0)); my_fclose(sql_statef, MYF(0)); + my_fclose(er_namef, MYF(0)); DBUG_RETURN(0); } |