Merge branch 'github/10.0' into 10.1

This commit is contained in:
Sergei Golubchik 2018-02-01 21:55:30 +01:00
commit d4df7bc9b1
448 changed files with 8920 additions and 3341 deletions

View file

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