Commit 25119578 authored by unknown's avatar unknown

additional fix

parent f104ab2d
......@@ -299,7 +299,7 @@ static byte* blackhole_get_key(st_blackhole_share *share, uint *length,
static void blackhole_free_key(st_blackhole_share *share)
{
thr_lock_delete(&share->lock);
my_free((byte*) share, MYF(0));
my_free((gptr) share, MYF(0));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment