pull/1/head
Michael Peter Christen 12 years ago
parent 4e3007f4a0
commit 14186e815e

@ -377,7 +377,7 @@ public final class Heap extends HeapModifier implements BLOB {
if (b.length == 0) return true;
// then look if we can use a free entry
if (this.free.isEmpty()) return false;
if (this.free == null || this.free.isEmpty()) return false;
// find the largest entry
long lseek = -1;

Loading…
Cancel
Save