View | Details | Raw Unified | Return to issue 120019
Collapse All | Expand All

(-)svtools/source/misc/embedhlp.cxx (+3 lines)
Lines 303-308 Link Here
303
	if ( mpImp->pHCGraphic ) 
303
	if ( mpImp->pHCGraphic ) 
304
        DELETEZ( mpImp->pHCGraphic );
304
        DELETEZ( mpImp->pHCGraphic );
305
    Clear();
305
    Clear();
306
307
    delete mpImp; // memory leak #120019: to release the mpImp created in constructor
308
306
}
309
}
307
/*
310
/*
308
EmbeddedObjectRef& EmbeddedObjectRef::operator = ( const EmbeddedObjectRef& rObj )
311
EmbeddedObjectRef& EmbeddedObjectRef::operator = ( const EmbeddedObjectRef& rObj )

Return to issue 120019