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

@@ -430,7 +430,7 @@ module.exports = ()->
super garbagecollect
if callLater
@parent.callOperationSpecificDeleteEvents(this, o)
if @prev_cl? and @prev_cl.isDeleted()
if @prev_cl? and @prev_cl.isDeleted() and @prev_cl.garbage_collected isnt true
# garbage collect prev_cl
@prev_cl.applyDelete()