diff options
Diffstat (limited to 'ibusdaemon/inputcontext.py')
| -rw-r--r-- | ibusdaemon/inputcontext.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ibusdaemon/inputcontext.py b/ibusdaemon/inputcontext.py index e7db89c..e99cda9 100644 --- a/ibusdaemon/inputcontext.py +++ b/ibusdaemon/inputcontext.py @@ -168,6 +168,7 @@ class InputContext (ibus.Object): self._remove_engine_handlers () self._engine.destroy () self._engine = None + self.destroy () def _commit_string_cb (self, engine, text): self.commit_string (text) |
