Avoiding undefined behaviors (nit picking)

This commit is contained in:
Daniel Lemire
2018-08-14 17:52:15 -04:00
parent 0c8b4a9f12
commit 01ea7996b2
2 changed files with 14 additions and 5 deletions
+1
View File
@@ -302,5 +302,6 @@ int main(int argc, char * argv[]) {
free(pj.structurals);
free(p.first);
delete[] pj.structural_indexes;
delete pj_ptr;
return 0;
}