Release any leftover buffers in Project.destroy

This commit is contained in:
Nathan Sobo 2013-07-01 14:21:27 -06:00
parent 0c17ed9c33
commit 23df564189

View File

@ -38,6 +38,7 @@ class Project
destroy: ->
editSession.destroy() for editSession in @getEditSessions()
buffer.release() for buffer in @getBuffers()
### Public ###