This commit is contained in:
Kevin Jahns
2015-07-10 09:39:10 +02:00
parent c5b47e88ac
commit 4feaf6c6fb
11 changed files with 35288 additions and 21 deletions

View File

@@ -442,7 +442,7 @@ module.exports = function() {
if (callLater) {
this.parent.callOperationSpecificDeleteEvents(this, o);
}
if ((this.prev_cl != null) && this.prev_cl.isDeleted()) {
if ((this.prev_cl != null) && this.prev_cl.isDeleted() && this.prev_cl.garbage_collected !== true) {
return this.prev_cl.applyDelete();
}
};