You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Post-merge fix:
Prevent double freeing of result set
This commit is contained in:
@@ -848,7 +848,6 @@ static int test_conc49(MYSQL *mysql)
|
|||||||
row= mysql_fetch_row(res);
|
row= mysql_fetch_row(res);
|
||||||
|
|
||||||
i= !atol(row[0]);
|
i= !atol(row[0]);
|
||||||
mysql_free_result(res);
|
|
||||||
if (i) {
|
if (i) {
|
||||||
diag("Load local infile disable");
|
diag("Load local infile disable");
|
||||||
mysql_free_result(res);
|
mysql_free_result(res);
|
||||||
|
Reference in New Issue
Block a user