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

Fix a valgrind warning.

This commit is contained in:
konstantin@mysql.com
2005-07-01 17:51:04 +04:00
parent d8fef65119
commit 402df62bf7
2 changed files with 1 additions and 1 deletions

View File

@ -1920,7 +1920,6 @@ Cursor::~Cursor()
{
if (is_open())
close(FALSE);
free_root(mem_root, MYF(0));
}
/*********************************************************************/