Index: sw/source/filter/html/htmlfly.cxx =================================================================== --- sw/source/filter/html/htmlfly.cxx (revision 1354492) +++ sw/source/filter/html/htmlfly.cxx (working copy) @@ -369,6 +369,10 @@ new SwHTMLPosFlyFrm( *aFlyPos[i], pSdrObj, nMode ); pHTMLPosFlyFrms->Insert( pNew ); } + + // memory leak #i120106# + aFlyPos.DeleteAndDestroy(0,aFlyPos.Count()); + } sal_Bool SwHTMLWriter::OutFlyFrm( sal_uLong nNdIdx, xub_StrLen nCntntIdx, sal_uInt8 nPos,