diff options
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; - } - } - |