diff options
Diffstat (limited to 'icu.10143.memory.leak.crash.patch')
-rw-r--r-- | icu.10143.memory.leak.crash.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/icu.10143.memory.leak.crash.patch b/icu.10143.memory.leak.crash.patch new file mode 100644 index 0000000..5b64562 --- /dev/null +++ b/icu.10143.memory.leak.crash.patch @@ -0,0 +1,11 @@ +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; + } + } + |