Restore buffer.release() call to previously location

This commit is contained in:
Kevin Sawicki
2013-11-13 17:13:12 -08:00
parent 055ec8cb9c
commit 618d281d6c

View File

@@ -139,10 +139,10 @@ class EditSession
@destroyed = true
@unsubscribe()
selection.destroy() for selection in @getSelections()
@buffer.release()
@displayBuffer.destroy()
@languageMode.destroy()
project?.removeEditSession(this)
@buffer.release()
@emit 'destroyed'
@off()