Kaydet (Commit) 3cec3e3b authored tarafından Jian Fang Zhang's avatar Jian Fang Zhang

#i120072#, free local XMLPropertyHandler object to avoid leak

Patch by: Huang Chao
Review by: zhangjf
üst 977a0503
...@@ -1016,6 +1016,8 @@ sal_Bool SvXMLExportItemMapper::QueryXMLValue( ...@@ -1016,6 +1016,8 @@ sal_Bool SvXMLExportItemMapper::QueryXMLValue(
rUnitConverter ); rUnitConverter );
if( bOk ) if( bOk )
aOut.append( sValue ); aOut.append( sValue );
delete pWritingModeHandler; // memory leak #i120072#
} }
} }
break; break;
......
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