Files
evolution/src
Milan Crha fccc5eda57 Crash under config_lookup_thread() at e-config-lookup.c:179
This could happen when an ongoing thread had been left running after
the EConfigLookup instance had been freed, even the task itself had
been cancelled. The thread pool free reorder fixes it, together with
the changed way to free it. The other parts avoid unnecessary runtime
warnings in case the crash conditions would be triggered.
2018-08-23 10:26:36 +02:00
..