зеркало из https://github.com/mozilla/gecko-dev.git
Bug 210539 mFd is not initialized in nsJAR [@ PR_Close]
r=alecf sr=alecf
This commit is contained in:
Родитель
5fb51f097b
Коммит
dfb0daa2d2
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче