API Changes
[iotcloud.git] / version2 / src / java / iotcloud / Entry.java
index c5a680783c0ba2408f6e918dfb6bc1175864721a..8395deca5ea297091af4a7e3afc088dcb5fba07f 100644 (file)
@@ -86,7 +86,10 @@ abstract class Entry implements Liveness {
                }
 
                islive = false;
-               parentslot.decrementLiveCount();
+
+               if (parentslot != null) {
+                       parentslot.decrementLiveCount();
+               }
        }
 
        /**