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

New commits:
commit 3124dadde5e8c5b282685566c9005879d3ae65c1
Author: Michael Stahl <[email protected]>
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)
         {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to