mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Release repo when destroy is called
This commit is contained in:
@@ -56,7 +56,10 @@ class Git
|
||||
@statusTask.off()
|
||||
@statusTask = null
|
||||
|
||||
@repo = null
|
||||
if @repo?
|
||||
@repo.release()
|
||||
@repo = null
|
||||
|
||||
@unsubscribe()
|
||||
|
||||
getWorkingDirectory: ->
|
||||
|
||||
Reference in New Issue
Block a user