From a677b9400cd6aba419bbf6b4840b64b8a2e192f5 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 11 Jun 2014 16:19:14 +0800 Subject: fixes a typo --- src/ZYZZhuyinEditor.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ZYZZhuyinEditor.cc') 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; } -- cgit