X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fxpdf%2Fpdf.cc;fp=lib%2Fxpdf%2Fpdf.cc;h=a79f14391ee3c2b7980eced432d8379429fa623a;hb=0f0d8ffa3bcce11ff2c2fc95730148bc4ac3d849;hp=f2e13e9a8dd9531e71195984f4be2bb443f5ebf3;hpb=68c030bfb760590c72d65dd94da6b704287dcda2;p=swftools.git diff --git a/lib/xpdf/pdf.cc b/lib/xpdf/pdf.cc index f2e13e9..a79f143 100644 --- a/lib/xpdf/pdf.cc +++ b/lib/xpdf/pdf.cc @@ -249,7 +249,7 @@ gfxdocument_t*pdf_open(char*filename) pdf_doc_internal_t*i= (pdf_doc_internal_t*)malloc(sizeof(pdf_doc_internal_t)); memset(i, 0, sizeof(pdf_doc_internal_t)); pdf_doc->internal = i; - char*userPassword; + char*userPassword=0; filename = strdup(filename);