Bug 145031 - initialize CurItemMF to null to avoid uninitialized variable warning on tbox.
patch by Aleksey Nogin, r=mstoltz, sr=dveditz.
This commit is contained in:
Родитель
f68298b099
Коммит
aa0fc7472c
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче