summaryrefslogtreecommitdiffstats
path: root/src/ZYZZhuyinEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-06-11 16:19:14 +0800
committerPeng Wu <alexepico@gmail.com>2014-06-11 16:19:14 +0800
commita677b9400cd6aba419bbf6b4840b64b8a2e192f5 (patch)
tree8d7df7a6e1e290d5eee58668d006113cdfcc3d5c /src/ZYZZhuyinEditor.cc
parent06c9ec932e67fb1ded5ff86fa45c5fa4a93e3f5e (diff)
downloadibus-libzhuyin-a677b9400cd6aba419bbf6b4840b64b8a2e192f5.tar.gz
ibus-libzhuyin-a677b9400cd6aba419bbf6b4840b64b8a2e192f5.tar.xz
ibus-libzhuyin-a677b9400cd6aba419bbf6b4840b64b8a2e192f5.zip
fixes a typo
Diffstat (limited to 'src/ZYZZhuyinEditor.cc')
-rw-r--r--src/ZYZZhuyinEditor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ZYZZhuyinEditor.cc b/src/ZYZZhuyinEditor.cc
index 1e92420..7b34639 100644
--- a/src/ZYZZhuyinEditor.cc
+++ b/src/ZYZZhuyinEditor.cc
@@ -38,6 +38,8 @@ ZhuyinEditor::ZhuyinEditor (ZhuyinProperties & props, Config & config)
ZhuyinEditor::~ZhuyinEditor (void)
{
+ reset ();
+
LibZhuyinBackEnd::instance ().freeZhuyinInstance (m_instance);
m_instance = NULL;
}