mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
This commit is contained in:
@ -10778,6 +10778,12 @@ static void test_bug5194()
|
||||
if (bind == 0 || query == 0 || param_str == 0)
|
||||
{
|
||||
fprintf(stderr, "Can't allocate enough memory for query structs\n");
|
||||
if (bind)
|
||||
free(bind);
|
||||
if (query)
|
||||
free(query);
|
||||
if (param_str)
|
||||
free(param_str);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user