1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

compilation failure with BUILD/compile-amd64-valgrind-max

This commit is contained in:
Sergei Golubchik
2014-03-26 08:24:19 +01:00
parent 413113dad6
commit 99316b51b6

View File

@@ -13636,7 +13636,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(key_buf);
my_afree(tmp_key_buff);
}
}