vcl/source/bitmap/BlendFrameCache.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 210f30410803113cbbd3d32062c2769b95aa8a81
Author:     Christopher Sherlock <[email protected]>
AuthorDate: Mon Jan 13 02:02:10 2025 +1100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Mon Jan 13 08:09:33 2025 +0100

    vcl: remove unnecessary resets
    
    Change-Id: I68c0e7693ee6f2df64189957807a8a367bb1d122
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180142
    Reviewed-by: Michael Weghorn <[email protected]>
    Tested-by: Jenkins

diff --git a/vcl/source/bitmap/BlendFrameCache.cxx 
b/vcl/source/bitmap/BlendFrameCache.cxx
index f233591f0abe..126e008f5f39 100644
--- a/vcl/source/bitmap/BlendFrameCache.cxx
+++ b/vcl/source/bitmap/BlendFrameCache.cxx
@@ -127,9 +127,6 @@ BlendFrameCache::BlendFrameCache(Size const& rSize, 
sal_uInt8 nAlpha, Color cons
         }
     }
 
-    pContent.reset();
-    pAlpha.reset();
-
     m_aLastResult = BitmapEx(aContent, aAlpha);
 }
 

Reply via email to