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

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

parent d057ff6d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4172 passed
......@@ -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.
Please register or to comment