Skip to content

Commit

Permalink
minor fixes again
Browse files Browse the repository at this point in the history
  • Loading branch information
epico committed Sep 29, 2012
1 parent 7332b90 commit 7d8160e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pinyin.cpp
Expand Up @@ -1054,6 +1054,7 @@ static bool _remove_duplicated_items_by_phrase_string

if (ZOMBIE_CANDIDATE == candidate->m_candidate_type) {
g_free(candidate->m_phrase_string);
g_free(candidate->m_new_pinyins);
g_array_remove_index(candidates, i);
i--;
}
Expand Down

0 comments on commit 7d8160e

Please sign in to comment.