fix shutdown of system_logs

This commit is contained in:
CurtizJ 2019-06-30 04:56:16 +03:00
parent 53634a324e
commit 1a8695ffd9

View File

@ -278,6 +278,7 @@ struct ContextShared
/// Preemptive destruction is important, because these objects may have a refcount to ContextShared (cyclic reference).
/// TODO: Get rid of this.
system_logs.reset();
embedded_dictionaries.reset();
external_dictionaries.reset();
external_models.reset();