diff --git a/modules/libjar/nsJAR.cpp b/modules/libjar/nsJAR.cpp index 8458de49812..35c36894fbc 100644 --- a/modules/libjar/nsJAR.cpp +++ b/modules/libjar/nsJAR.cpp @@ -607,7 +607,7 @@ nsJAR::ParseOneFile(nsISignatureVerifier* verifier, const char* curPos; const char* sectionStart = nextLineStart; - nsJARManifestItem* curItemMF; + nsJARManifestItem* curItemMF = nsnull; PRBool foundName = PR_FALSE; if (aFileType == JAR_MF) curItemMF = new nsJARManifestItem();