cleanup grammar at end of test

This commit is contained in:
drbh 2023-08-16 21:48:23 -04:00
parent 9e05cc1d69
commit 3bade857c7

View file

@ -398,5 +398,6 @@ int main()
delete[] candidate.code_points; delete[] candidate.code_points;
candidate.code_points = nullptr; candidate.code_points = nullptr;
} }
delete grammar;
return 0; return 0;
} }