poppler/Annot.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 46f87da04700cdd1afa634f9c554e376f6f6f752
Author: José Aliste <[email protected]>
Date: Thu Mar 31 08:09:41 2011 -0400
Fix a memleak in AnnotScreen::initialize
diff --git a/poppler/Annot.cc b/poppler/Annot.cc
index 1f77c71..7d1136c 100644
--- a/poppler/Annot.cc
+++ b/poppler/Annot.cc
@@ -4088,6 +4088,7 @@ void AnnotScreen::initialize(XRef *xrefA, Catalog
*catalog, Dict* dict) {
ok = gFalse;
}
}
+ obj1.free();
dict->lookup("AA", &additionAction);
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler