mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Merge branch 'github/10.0' into 10.1
This commit is contained in:
commit
d4df7bc9b1
448 changed files with 8920 additions and 3341 deletions
|
|
@ -90,6 +90,9 @@ main(int argc __attribute__((unused)),char *argv[])
|
|||
diag("src length: %.8x, dst length: %.8x\n",
|
||||
(uint) src_len, (uint) dst_len);
|
||||
}
|
||||
free(dst);
|
||||
free(str);
|
||||
free(src);
|
||||
}
|
||||
my_end(0);
|
||||
return exit_status();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue