Kaydet (Commit) 85b0d143 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1213277 Resource leak

Change-Id: If4db1ed1a2c8a4767859855a2b5ed9223e9ccea7
üst 0f137d71
......@@ -5951,6 +5951,8 @@ void Test::testIconSet()
ScIconSetInfo* pInfo = pEntry->GetIconSetInfo(ScAddress(0,0,0));
CPPUNIT_ASSERT_EQUAL(aTests[i].nIndex, pInfo->nIconIndex);
}
delete pEntry;
}
void Test::testImportStream()
......
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