mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Upgrade to emissary@1.2.1 to make memory leaks less likely
This patch version nulls out the Subscription::emitter and ::callback when subscriptions are cancelled, so even if a reference is retained to them the resources they formerly referenced are released.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"coffee-script": "1.7.0",
|
||||
"coffeestack": "0.7.0",
|
||||
"delegato": "1.x",
|
||||
"emissary": "^1.2",
|
||||
"emissary": "^1.2.1",
|
||||
"first-mate": "^1.4.2",
|
||||
"fs-plus": "^2.2",
|
||||
"fstream": "0.1.24",
|
||||
|
||||
Reference in New Issue
Block a user