X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Faccounts%2Fsrc%2Faccount%2Faccount.jsx;h=45b31fcf6942f41e04c60b28a5aea90510273a7a;hb=ea969fdb66c5c0b0754d5c03e13690770a282088;hp=a3b0bf12e997b027e79840e094d1cf35ebf74122;hpb=9a546bd5bcb6db7488f6a4059a356d8beb9b5b11;p=osm%2FUI.git diff --git a/skyquake/plugins/accounts/src/account/account.jsx b/skyquake/plugins/accounts/src/account/account.jsx index a3b0bf12e..45b31fcf6 100644 --- a/skyquake/plugins/accounts/src/account/account.jsx +++ b/skyquake/plugins/accounts/src/account/account.jsx @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -47,6 +47,7 @@ class Account extends React.Component { } } componentWillUnmount() { + this.props.store.closeSocket(); this.props.store.unlisten(this.storeListener); } setUp(props){