diff options
author | SergeyV@selena. <> | 2006-01-25 20:04:27 +0300 |
---|---|---|
committer | SergeyV@selena. <> | 2006-01-25 20:04:27 +0300 |
commit | edca1d6f072b32e7bbd21fa8b17a9d1041a0d778 (patch) | |
tree | cc33a5ef84a6f3bd8b8d64621f356ff27bbf26f1 /mysys | |
parent | 865d8f8e89232007c365cc9af1de6f71f7bceba2 (diff) | |
parent | 830abaaa01ce4f21324e65a42eaf28b70461f8e0 (diff) | |
download | mariadb-git-edca1d6f072b32e7bbd21fa8b17a9d1041a0d778.tar.gz |
Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.0
into selena.:H:/MYSQL/src/#11892-mysql-5.0
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c index f28f47e090e..c2bfdde0ddd 100644 --- a/mysys/my_init.c +++ b/mysys/my_init.c @@ -152,6 +152,7 @@ void my_end(int infoflag) DBUG_PRINT("error",("%s",errbuff[0])); } } + free_charsets(); my_once_free(); if ((infoflag & MY_GIVE_INFO) || print_info) |