[poppler] poppler/Annot.cc
Carlos Garcia Campos
carlosgc at kemper.freedesktop.org
Thu Mar 31 05:53:01 PDT 2011
poppler/Annot.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 46f87da04700cdd1afa634f9c554e376f6f6f752
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 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);
More information about the poppler
mailing list