More fixing.

This commit is contained in:
Daniel Lemire
2018-12-10 22:21:03 -05:00
parent 058eb917d1
commit e8d3d784ab
9 changed files with 14 additions and 5 deletions
+1
View File
@@ -343,6 +343,7 @@ bool validate(const char *dirname) {
total_string_length = 0;
empty_string = 0;
bool isok = json_parse(p, pj);
free((void*)p.data());
if (good_string > 0) {
printf("File %40s %s --- bad strings: %10zu \tgood strings: %10zu\t "
"empty strings: %10zu "