summaryrefslogtreecommitdiff
path: root/storage/ibmdb2i/db2i_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ibmdb2i/db2i_global.h')
-rw-r--r--storage/ibmdb2i/db2i_global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ibmdb2i/db2i_global.h b/storage/ibmdb2i/db2i_global.h
index d201fbd8124..1cf8a9a7c61 100644
--- a/storage/ibmdb2i/db2i_global.h
+++ b/storage/ibmdb2i/db2i_global.h
@@ -131,7 +131,7 @@ void free_aligned(void* p)
{
if (likely(p))
{
- my_free(*(char**)((char*)p-sizeof(void*)), MYF(0));
+ my_free(*(char**)((char*)p-sizeof(void*)));
}
}