Fixed a typo, which prevented non-valgrind build.

This commit is contained in:
unknown 2004-10-20 13:52:56 +02:00
parent 2da1cbd97d
commit 9de6a750f0

View File

@ -1325,7 +1325,7 @@ int ha_create_table_from_engine(THD* thd,
}
err_end:
my_free((char*) frmblob, MYF(MY_ALLOW_ZERO));
my_free((char*) frmblob, MYF(MY_ALLOW_ZERO_PTR));
DBUG_RETURN(error);
}