From 029ee9d8d3557655c6b8de1611e97800889e470b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 27 Oct 2013 11:30:46 +0100 Subject: icu-last: import from rawhide/icu --- icu.10143.memory.leak.crash.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 icu.10143.memory.leak.crash.patch (limited to 'icu.10143.memory.leak.crash.patch') 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; + } + } + -- cgit