summaryrefslogtreecommitdiff
path: root/vcl/generic
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-28 17:47:12 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-28 17:47:12 +0100
commit3124dadde5e8c5b282685566c9005879d3ae65c1 (patch)
treecc5829e98c0d0d470ba8a2791be8eaa115ac7567 /vcl/generic
parent12ab10e5824bb5efff27123aecfdefa1a16d5223 (diff)
vcl: fix crash in HbLayoutEngine::layout() in sc_subsequent_filters_test
(regression from acdf54c4142b7a51b99eacacee470ac31d6ff0ae) Change-Id: Ieff44a1b953c9bd95acc4440d2e9f02b5ca1d288
Diffstat (limited to 'vcl/generic')
-rw-r--r--vcl/generic/glyphs/gcach_layout.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/generic/glyphs/gcach_layout.cxx b/vcl/generic/glyphs/gcach_layout.cxx
index 0285b276d46b..0c0bad22cd18 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)
{