1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fix IM to display version string in "show instance status" (Bug #10229)

This commit is contained in:
petr@mysql.com
2005-06-01 04:40:22 +04:00
parent 329d974df7
commit c7581758ec
7 changed files with 130 additions and 36 deletions

View File

@ -52,7 +52,7 @@ public:
~Buffer()
{
free(buffer);
my_free(buffer, MYF(0));
}
public: