mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
many warnings (practically safe but annoying) corrected
This commit is contained in:
@ -189,7 +189,10 @@ int my_error_register(const char **errmsgs, int first, int last)
|
||||
|
||||
/* Error numbers must be unique. No overlapping is allowed. */
|
||||
if (*search_meh_pp && ((*search_meh_pp)->meh_first <= last))
|
||||
{
|
||||
my_free((gptr)meh_p, MYF(0));
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* Insert header into the chain. */
|
||||
meh_p->meh_next= *search_meh_pp;
|
||||
|
Reference in New Issue
Block a user