Skip to content
Snippets Groups Projects
Commit 4ef96296 authored by Robin Rosenberg's avatar Robin Rosenberg Committed by Code Review
Browse files

Merge "Fix NPE during InflaterCache return after corrupt loose object"

parents f36df5dc dafa8fbf
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,6 @@ private UnpackedObjectLoader(final byte[] compressed, final AnyObjectId id)
final CorruptObjectException coe;
coe = new CorruptObjectException(id, "bad stream");
coe.initCause(dfe);
inflater.end();
throw coe;
}
if (avail < 5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment