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

one more case of these insane memory alloc/release cycles

Change-Id: I57bfbc46e77785a770226868a8750a74f380ddb4
üst b7e30878
......@@ -60,8 +60,7 @@ Bitmap::Bitmap( const Bitmap& rBitmap ) :
Bitmap::Bitmap( SalBitmap* pSalBitmap )
{
mpImpBmp = new ImpBitmap();
mpImpBmp->ImplSetSalBitmap( pSalBitmap );
mpImpBmp = new ImpBitmap(pSalBitmap);
maPrefMapMode = MapMode( MAP_PIXEL );
maPrefSize = mpImpBmp->ImplGetSize();
}
......
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