mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Restore buffer.release() call to previously location
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user