Deallocate the public parameters during Shutdown.
This commit is contained in:
@@ -22,5 +22,7 @@ int main(int argc, char **argv)
|
||||
p->saveProvingKey(pkFile);
|
||||
p->saveVerifyingKey(vkFile);
|
||||
|
||||
delete p;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user