[poppler] poppler/SplashOutputDev.cc

Albert Astals Cid aacid at kemper.freedesktop.org
Thu Oct 28 00:47:17 PDT 2010


 poppler/SplashOutputDev.cc |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b718e821d5f21ea5b0c44c6c2b59769c9b94892a
Author: Albert Astals Cid <aacid at kde.org>
Date:   Thu Oct 28 08:46:09 2010 +0100

    Revert fdfffc9c68314d3f64dee7e0ef8617105e3198dd
    
    It is not a leak and makes things crash :D

diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc
index 9d94cc0..33cef9e 100644
--- a/poppler/SplashOutputDev.cc
+++ b/poppler/SplashOutputDev.cc
@@ -2969,7 +2969,6 @@ void SplashOutputDev::endTransparencyGroup(GfxState *state) {
   double *ctm;
 
   // restore state
-  delete bitmap;
   delete splash;
   bitmap = transpGroupStack->origBitmap;
   splash = transpGroupStack->origSplash;


More information about the poppler mailing list