Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-m17n/files/
Date: Sat, 09 Dec 2017 13:40:18
Message-Id: 1512826709.be033e5de40e3543a2aa135ae0e7b7a1403107f7.hattya@gentoo
1 commit: be033e5de40e3543a2aa135ae0e7b7a1403107f7
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 30 19:09:20 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 13:38:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be033e5d
7
8 app-i18n/fcitx-m17n: remove unused patch
9
10 .../files/fcitx-m17n-0.2.3-memory_leak.patch | 20 --------------------
11 1 file changed, 20 deletions(-)
12
13 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
14 deleted file mode 100644
15 index ef89d35075a..00000000000
16 --- a/app-i18n/fcitx-m17n/files/fcitx-m17n-0.2.3-memory_leak.patch
17 +++ /dev/null
18 @@ -1,20 +0,0 @@
19 -https://github.com/fcitx/fcitx-m17n/commit/52d3d740c35845c78857ead8a0537eb7b0d4706f
20 -
21 ---- /im/fcitx-m17n.c
22 -+++ /im/fcitx-m17n.c
23 -@@ -592,6 +592,7 @@
24 - } else {
25 - iconName = uniqueName;
26 - }
27 -+ m17n_object_unref(info);
28 -
29 - FcitxIMIFace iface;
30 - memset(&iface, 0, sizeof(FcitxIMIFace));
31 -@@ -619,6 +620,7 @@
32 - free(uniqueName);
33 - free(fxName);
34 - }
35 -+ m17n_object_unref(mimlist);
36 -
37 - fcitx_utils_free(curlang);
38 -