Fix an assert on KWin shutdown
Reviewed-by: Martin Gräßlin
This commit is contained in:
parent
4ed47fd70b
commit
81f563d610
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ EffectsHandlerImpl::~EffectsHandlerImpl()
|
|||
effect_libraries[ name ]->unload();
|
||||
}
|
||||
}
|
||||
loaded_effects.clear();
|
||||
}
|
||||
|
||||
void EffectsHandlerImpl::setupClientConnections(Client* c)
|
||||
|
|
Loading…
Reference in a new issue