Kaydet (Commit) 6a8d7ddf authored tarafından Tor Lillqvist's avatar Tor Lillqvist

CF_TRACE also the CFRetain to avoid confusion

Change-Id: Iae712de4efbbe254ba381a036e2c84d5e27d5e40
üst f66d64ab
...@@ -721,6 +721,7 @@ CGImageRef QuartzSalBitmap::CreateCroppedImage( int nX, int nY, int nNewWidth, i ...@@ -721,6 +721,7 @@ CGImageRef QuartzSalBitmap::CreateCroppedImage( int nX, int nY, int nNewWidth, i
if( !nX && !nY && (mnWidth == nNewWidth) && (mnHeight == nNewHeight) ) if( !nX && !nY && (mnWidth == nNewWidth) && (mnHeight == nNewHeight) )
{ {
xCroppedImage = mxCachedImage; xCroppedImage = mxCachedImage;
CG_TRACE( "CFRetain(" << xCroppedImage << ")" );
CFRetain( xCroppedImage ); CFRetain( xCroppedImage );
} }
else else
......
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