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:
@ -1920,7 +1920,6 @@ Cursor::~Cursor()
|
||||
{
|
||||
if (is_open())
|
||||
close(FALSE);
|
||||
free_root(mem_root, MYF(0));
|
||||
}
|
||||
|
||||
/*********************************************************************/
|
||||
|
Reference in New Issue
Block a user