mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
Fix to make it compiling with valgrind.
This commit is contained in:
parent
8dae5a8a89
commit
2eb920b262
1 changed files with 1 additions and 1 deletions
|
|
@ -13324,7 +13324,7 @@ int QUICK_GROUP_MIN_MAX_SELECT::next_min()
|
|||
}
|
||||
else if (result == HA_ERR_KEY_NOT_FOUND || result == HA_ERR_END_OF_FILE)
|
||||
result= 0; /* There is a result in any case. */
|
||||
my_afree(tmp_key_buff);
|
||||
my_afree(key_buf);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue