File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ find_package(PkgConfig REQUIRED)
2121find_package (Fcitx5Core 5.0.6 REQUIRED)
2222find_package (Fcitx5Utils 5.0.6 REQUIRED)
2323
24- # GITHUB_ACTION_BUILD_CSKK_VERSION=1.0.1
25- pkg_check_modules(LIBCSKK REQUIRED IMPORTED_TARGET "cskk>=1.0 " )
24+ # GITHUB_ACTION_BUILD_CSKK_VERSION=1.1.0
25+ pkg_check_modules(LIBCSKK REQUIRED IMPORTED_TARGET "cskk>=1.1 " )
2626
2727option (ENABLE_QT "Enable Qt for GUI configuration" On )
2828
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ void FcitxCskkContext::updateUI() {
355355 auto preeditDetail = skk_context_get_preedit_detail (context_, &stateStackLen);
356356 auto [mainPreedit, supplementPreedit] =
357357 FcitxCskkContext::formatPreedit (preeditDetail, stateStackLen);
358-
358+ skk_free_preedit_detail (preeditDetail, stateStackLen);
359359 // CandidateList
360360 int currentCursorPosition =
361361 skk_context_get_current_candidate_cursor_position (context_);
You can’t perform that action at this time.
0 commit comments