mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Fixed cut&paste bug that broke compilation with compile-pentium-valgrind-max
This commit is contained in:
parent
4644e54f8f
commit
8bebebf826
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ os_mem_alloc_large(
|
|||
if (ptr) {
|
||||
if (set_to_zero) {
|
||||
#ifdef UNIV_SET_MEM_TO_ZERO
|
||||
memset(ret, '\0', size);
|
||||
memset(ptr, '\0', size);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue