1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix warnings from icc

Added BUILD scripts for icc
Fixed (one time) memory leak in grant handling
This commit is contained in:
monty@mysql.com
2005-05-18 19:00:21 +03:00
parent ca5b291be0
commit db40af2a6f
13 changed files with 212 additions and 118 deletions

View File

@ -3115,6 +3115,7 @@ void grant_free(void)
grant_option = FALSE;
hash_free(&column_priv_hash);
hash_free(&proc_priv_hash);
hash_free(&func_priv_hash);
free_root(&memex,MYF(0));
DBUG_VOID_RETURN;
}