mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 550887 unreachable code in nsZipReaderCache::GetZip
r=biesi --HG-- extra : rebase_source : 22f7b7a702a99f98bb3f74f3cf6ccb638ea839fa
This commit is contained in:
parent
da303b66b2
commit
567939a473
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user