Skip to content
Snippets Groups Projects
Commit d2f4fc7d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Call crptEnd() when exiting to make valgrind (more) happy

parent c0f534e4
No related branches found
No related tags found
No related merge requests found
......@@ -2513,6 +2513,7 @@ void bail(int code)
uifc.pop("Exiting");
uifc.bail();
cryptEnd();
exit(code);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment