Skip to content
Commit 3a7bce69 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Explicitly destroy plugins

A plugin may need to access kwinApp() or kwinApp()->platform() during
tear down, but the problem is that plugins are destroyed after the
kwinApp() object. The plugin manager must be destroyed explicitly while
the application is still valid to ensure that no crash will occur
during compositor teardown.
parent 02c3dfb8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment