diff options
author | Pavel Podkorytov <pod.pavel@gmail.com> | 2019-02-07 09:38:24 +0500 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-07 11:55:10 +0100 |
commit | b6bc2df3b19122665ef39690f265a26fde20bce4 (patch) | |
tree | ee3383d1e24a3b1aeb621e6056431a8d603c3f8b /icu.10143.memory.leak.crash.patch | |
parent | 8e8e37c203b44b957c6eba657b7ff1ecbff190bd (diff) |
Update major version to 62.1
* backport FEDORA-29 package
Diffstat (limited to 'icu.10143.memory.leak.crash.patch')
-rw-r--r-- | icu.10143.memory.leak.crash.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/icu.10143.memory.leak.crash.patch b/icu.10143.memory.leak.crash.patch deleted file mode 100644 index 5b64562..0000000 --- a/icu.10143.memory.leak.crash.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ru orig.icu/source/layout/LayoutEngine.cpp icu/source/layout/LayoutEngine.cpp ---- orig.icu/source/layout/LayoutEngine.cpp 2013-04-18 23:32:39.000000000 +0200 -+++ icu/source/layout/LayoutEngine.cpp 2013-07-17 01:52:18.208537348 +0200 -@@ -512,7 +512,6 @@ - { - if(fGlyphStorage!=NULL) { - fGlyphStorage->reset(); -- fGlyphStorage = NULL; - } - } - |