[poppler] Branch 'poppler-0.16' - poppler/Annot.cc

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Thu Mar 31 05:53:34 PDT 2011


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

New commits:
commit 4e45f08d274d13f586edf46c8d8cc530d7b24b2f
Author: José Aliste <jaliste at src.gnome.org>
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);
 


More information about the poppler mailing list