Adding a missing free.

This commit is contained in:
Daniel Lemire 2018-12-11 17:02:02 -05:00
parent e8d3d784ab
commit a10e282eb4
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ bool validate(const char *dirname) {
float_count, invalid_count,
int_count + float_count + invalid_count);
}
free((void*)p.data());
free(p.data());
free(fullpath);
}
}