diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-10 12:10:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-10 17:44:56 +0300 |
commit | 6a8d7ddf9a451955856d32c35accd416f9982cce (patch) | |
tree | c1ef84596822850052361f5eda5cf9da6f9506f5 /vcl | |
parent | f66d64ab2e85f574a4b9f644ef709ff981483836 (diff) |
CF_TRACE also the CFRetain to avoid confusion
Change-Id: Iae712de4efbbe254ba381a036e2c84d5e27d5e40
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/quartz/salbmp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx index 973a67511249..1e06fd43328c 100644 --- a/vcl/quartz/salbmp.cxx +++ b/vcl/quartz/salbmp.cxx @@ -721,6 +721,7 @@ CGImageRef QuartzSalBitmap::CreateCroppedImage( int nX, int nY, int nNewWidth, i if( !nX && !nY && (mnWidth == nNewWidth) && (mnHeight == nNewHeight) ) { xCroppedImage = mxCachedImage; + CG_TRACE( "CFRetain(" << xCroppedImage << ")" ); CFRetain( xCroppedImage ); } else |