1
0
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:
Georg Richter
2021-07-26 18:10:34 +02:00
parent 61a2ae2705
commit 547fc4987b

View File

@@ -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);