Kaydet (Commit) 0bb0c378 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity: fix memory leak

Change-Id: If25fd29f4788af37b4ff8ef95568751ddf176f51
üst aecb97a4
......@@ -239,6 +239,8 @@ rtl::OUString LwpBulletStyleMgr::RegisterBulletStyle(LwpPara* pPara, LwpBulletOv
}
aStyleName = pXFStyleMgr->AddStyle(pListStyle)->GetStyleName();
}
else
delete pListStyle;
}
......
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