poppler/ABWOutputDev.cc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 86aa8fc0708f7da4a907a8bdb1845e53d29892b7
Author: Albert Astals Cid <[EMAIL PROTECTED]>
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;
}
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler