diff options
Diffstat (limited to 'storage/maria/lockman.c')
-rw-r--r-- | storage/maria/lockman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/lockman.c b/storage/maria/lockman.c index cb305dc9bd6..8316d70bb29 100644 --- a/storage/maria/lockman.c +++ b/storage/maria/lockman.c @@ -538,7 +538,7 @@ void lockman_destroy(LOCKMAN *lm) { intptr next= el->link; if (el->hashnr & 1) - lf_alloc_real_free(&lm->alloc, el); + lf_alloc_direct_free(&lm->alloc, el); else my_free((void *)el, MYF(0)); el= (LOCK *)next; |