diff options
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 50fb5a87..f6d90d83 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -199,6 +199,8 @@ void ShutdownGlobalBasicalEnv(const GFCxtWPtr &p_ctx) { Thread::TaskRunnerGetter::GetInstance().StopAllTeakRunner(); + DestroyGpgFrontendCore(); + ShutdownLoggingSystem(ctx); } |