Kaydet (Commit) 3124dadd authored tarafından Michael Stahl's avatar Michael Stahl

vcl: fix crash in HbLayoutEngine::layout() in sc_subsequent_filters_test

(regression from acdf54c4)

Change-Id: Ieff44a1b953c9bd95acc4440d2e9f02b5ca1d288
üst 12ab10e5
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment