Index: poppler/FontInfo.cc =================================================================== RCS file: /cvs/poppler/poppler/poppler/FontInfo.cc,v retrieving revision 1.10 diff -u -p -r1.10 FontInfo.cc --- poppler/FontInfo.cc 16 Mar 2006 19:21:11 -0000 1.10 +++ poppler/FontInfo.cc 14 May 2006 14:01:23 -0000 @@ -198,7 +198,7 @@ FontInfo::FontInfo(GfxFont *font, PDFDoc FontInfo::FontInfo(FontInfo& f) { name = f.name->copy(); - file = f.file->copy(); + file = f.file ? f.file->copy() : NULL; type = f.type; emb = f.emb; subset = f.subset;