summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2010-10-27 20:40:19 +0100
committerAlbert Astals Cid <aacid@kde.org>2010-10-27 22:42:36 +0100
commitac13c6811cf51831365e6b45c40b8ec38495b3fb (patch)
treebe46d1f5b3b8f6420a2c1f9ca0bfceef4d0421ee
parent45fbd7fa42cadcebced92360f779e2d12bbd4685 (diff)
Fix memory leak
-rw-r--r--poppler/SplashOutputDev.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc
index 9803906c..b8628166 100644
--- a/poppler/SplashOutputDev.cc
+++ b/poppler/SplashOutputDev.cc
@@ -2950,6 +2950,7 @@ void SplashOutputDev::endTransparencyGroup(GfxState *state) {
double *ctm;
// restore state
+ delete bitmap;
delete splash;
bitmap = transpGroupStack->origBitmap;
splash = transpGroupStack->origSplash;