[poppler] Branch 'poppler-0.8' - poppler/ABWOutputDev.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu Jun 5 10:22:31 PDT 2008
poppler/ABWOutputDev.cc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit d5506d233a7780dad6a6703136546118ad45a719
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu Jun 5 19:21:08 2008 +0200
Fix leak on ABWOutputDev.cc
diff --git a/poppler/ABWOutputDev.cc b/poppler/ABWOutputDev.cc
index 0c8f9d5..3c8cf70 100644
--- a/poppler/ABWOutputDev.cc
+++ b/poppler/ABWOutputDev.cc
@@ -253,6 +253,8 @@ float ABWOutputDev::getBiggestSeperator(xmlNodePtr N_set, unsigned int direction
endV = end[inspect];
}
}
+ delete[] stt;
+ delete[] end;
return gap;
}
More information about the poppler
mailing list