зеркало из https://github.com/mozilla/gecko-dev.git
Bug 550887 unreachable code in nsZipReaderCache::GetZip
r=biesi --HG-- extra : rebase_source : 22f7b7a702a99f98bb3f74f3cf6ccb638ea839fa
This commit is contained in:
Родитель
9f0e4733f9
Коммит
c36cd84fb5
|
@ -1079,10 +1079,6 @@ nsZipReaderCache::GetZip(nsIFile* zipFile, nsIZipReader* *result)
|
|||
zip->ClearReleaseTime();
|
||||
}
|
||||
else {
|
||||
if (zip) {
|
||||
antiLockZipGrip = zip;
|
||||
mZips.Remove(&key);
|
||||
}
|
||||
zip = new nsJAR();
|
||||
if (zip == nsnull)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
|
Загрузка…
Ссылка в новой задаче