You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +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);
|
||||
|
||||
i= !atol(row[0]);
|
||||
mysql_free_result(res);
|
||||
if (i) {
|
||||
diag("Load local infile disable");
|
||||
mysql_free_result(res);
|
||||
|
Reference in New Issue
Block a user