Kaydet (Commit) f154a24d authored tarafından Pedro Giffuni's avatar Pedro Giffuni

Resource leak

CID:	736503
üst 9a9cfba8
......@@ -480,6 +480,7 @@ int SwAttrCheckArr::SetAttrFwd( const SwTxtAttr& rAttr )
else
break;
}
delete pIter;
return Found();
}
......@@ -639,6 +640,7 @@ int SwAttrCheckArr::SetAttrBwd( const SwTxtAttr& rAttr )
else
break;
}
delete pIter;
return Found();
}
......
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