[poppler] poppler/ABWOutputDev.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu Jun 5 10:21:51 PDT 2008
poppler/ABWOutputDev.cc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 86aa8fc0708f7da4a907a8bdb1845e53d29892b7
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 9d9c21c..ad0f6c8 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