Merge bb-10.2-ext into 10.3

This commit is contained in:
Marko Mäkelä 2017-06-19 17:28:08 +03:00
commit 1e3886ae80
725 changed files with 17245 additions and 16795 deletions

View file

@ -687,6 +687,9 @@ void test_update_many(uint *column_numbers, uint *column_values,
err:
ok(rc, "%s", "update_many");
/* cleanup */
free(val);
free(upd);
free(res);
mariadb_dyncol_free(&str1);
mariadb_dyncol_free(&str2);
}