[Libreoffice-commits] core.git: vcl/generic

Michael Stahl mstahl at redhat.com
Fri Nov 28 08:53:19 PST 2014


 vcl/generic/glyphs/gcach_layout.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3124dadde5e8c5b282685566c9005879d3ae65c1
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Nov 28 17:47:12 2014 +0100

    vcl: fix crash in HbLayoutEngine::layout() in sc_subsequent_filters_test
    
    (regression from acdf54c4142b7a51b99eacacee470ac31d6ff0ae)
    
    Change-Id: Ieff44a1b953c9bd95acc4440d2e9f02b5ca1d288

diff --git a/vcl/generic/glyphs/gcach_layout.cxx b/vcl/generic/glyphs/gcach_layout.cxx
index 0285b27..0c0bad2 100644
--- a/vcl/generic/glyphs/gcach_layout.cxx
+++ b/vcl/generic/glyphs/gcach_layout.cxx
@@ -408,7 +408,6 @@ bool HbLayoutEngine::layout(ServerFontLayout& rLayout, ImplLayoutArgs& rArgs)
             std::reverse(aScriptSubRuns.begin(), aScriptSubRuns.end());
 
         xScriptRun->reset();
-        xScriptRun.reset();
 
         for (HbScriptRuns::iterator it = aScriptSubRuns.begin(); it != aScriptSubRuns.end(); ++it)
         {


More information about the Libreoffice-commits mailing list