Deallocate the public parameters during Shutdown.

This commit is contained in:
Sean Bowe
2016-08-26 14:35:05 -06:00
parent 8b139c2441
commit 7ee82c4361
5 changed files with 10 additions and 2 deletions

View File

@@ -22,5 +22,7 @@ int main(int argc, char **argv)
p->saveProvingKey(pkFile);
p->saveVerifyingKey(vkFile);
delete p;
return 0;
}