You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/fcitx/files/fcitx-4.2.9.3-restart.patch

14 lines
407 B

https://github.com/fcitx/fcitx/issues/362
https://github.com/fcitx/fcitx/commit/82202f6b81361263693f07ae17c55c8ce048b220
--- /src/lib/fcitx/instance.c
+++ /src/lib/fcitx/instance.c
@@ -365,6 +365,7 @@
setjmp(FcitxRecover);
if (instance->destroy || instance->restart) {
+ FcitxInstanceEnd(instance);
FcitxInstanceRealEnd(instance);
break;
}