poppler/Annot.cc |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4e45f08d274d13f586edf46c8d8cc530d7b24b2f
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 a164637..cd0c88f 100644
--- a/poppler/Annot.cc
+++ b/poppler/Annot.cc
@@ -4247,6 +4247,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

Reply via email to