Commit 8be07b88 authored by gluh@mysql.com/eagle.(none)'s avatar gluh@mysql.com/eagle.(none)
Browse files

additional fix

parent 2627f775
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));
}