Bug 210539 mFd is not initialized in nsJAR [@ PR_Close]
r=alecf sr=alecf git-svn-id: svn://10.0.0.236/trunk@144126 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -151,8 +151,11 @@ DeleteManifestEntry(nsHashKey* aKey, void* aData, void* closure)
|
||||
// The following initialization makes a guess of 10 entries per jarfile.
|
||||
nsJAR::nsJAR(): mManifestData(nsnull, nsnull, DeleteManifestEntry, nsnull, 10),
|
||||
mParsedManifest(PR_FALSE), mGlobalStatus(nsIJAR::NOT_SIGNED),
|
||||
mReleaseTime(PR_INTERVAL_NO_TIMEOUT), mCache(nsnull), mLock(nsnull),
|
||||
mTotalItemsInManifest(0)
|
||||
mReleaseTime(PR_INTERVAL_NO_TIMEOUT),
|
||||
mCache(nsnull),
|
||||
mLock(nsnull),
|
||||
mTotalItemsInManifest(0),
|
||||
mFd(nsnull)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user