additional fix

This commit is contained in:
unknown 2007-12-13 23:46:29 +04:00
parent e51e6097b9
commit 12504d906b

View File

@ -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));
}