diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-11-30 20:09:20 +0100 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-12-09 22:38:29 +0900 |
commit | be033e5de40e3543a2aa135ae0e7b7a1403107f7 (patch) | |
tree | ae3fc50427452d099e465767ee4e7fcb027ea25f /app-i18n | |
parent | app-i18n/nabi: remove unused patches (diff) | |
download | gentoo-be033e5de40e3543a2aa135ae0e7b7a1403107f7.tar.gz gentoo-be033e5de40e3543a2aa135ae0e7b7a1403107f7.tar.bz2 gentoo-be033e5de40e3543a2aa135ae0e7b7a1403107f7.zip |
app-i18n/fcitx-m17n: remove unused patch
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx-m17n/files/fcitx-m17n-0.2.3-memory_leak.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-i18n/fcitx-m17n/files/fcitx-m17n-0.2.3-memory_leak.patch b/app-i18n/fcitx-m17n/files/fcitx-m17n-0.2.3-memory_leak.patch deleted file mode 100644 index ef89d35075a2..000000000000 --- a/app-i18n/fcitx-m17n/files/fcitx-m17n-0.2.3-memory_leak.patch +++ /dev/null @@ -1,20 +0,0 @@ -https://github.com/fcitx/fcitx-m17n/commit/52d3d740c35845c78857ead8a0537eb7b0d4706f - ---- /im/fcitx-m17n.c -+++ /im/fcitx-m17n.c -@@ -592,6 +592,7 @@ - } else { - iconName = uniqueName; - } -+ m17n_object_unref(info); - - FcitxIMIFace iface; - memset(&iface, 0, sizeof(FcitxIMIFace)); -@@ -619,6 +620,7 @@ - free(uniqueName); - free(fxName); - } -+ m17n_object_unref(mimlist); - - fcitx_utils_free(curlang); - |