~beernarrd/ubuntu-keyboard/slovenian-layout

« back to all changes in this revision

Viewing changes to plugins/pinyin/src/pinyinadapter.cpp

  • Committer: Package Import Robot
  • Author(s): CI Train Bot, CI Train Bot, Michael Sheldon
  • Date: 2015-02-13 04:09:03 UTC
  • mfrom: (1.1.74)
  • Revision ID: package-import@ubuntu.com-20150213040903-6epqh2nh1drftibe
Tags: 0.99.trunk.phablet2+15.04.20150213-0ubuntu1
[ CI Train Bot ]
* Resync trunk
* New rebuild forced.

[ Michael Sheldon ]
* Fix memory leak when unloading word engines (LP: #1420891)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
PinyinAdapter::~PinyinAdapter()
37
37
{
38
 
    g_array_free(m_array, TRUE);
39
38
    pinyin_free_instance(m_instance);
40
39
    pinyin_fini(m_context);
41
40
}