Commit 5610d759 authored by JC Brand's avatar JC Brand

Call `removeAll` on rosterview when tearing down.

Otherwise RosterContactView objects stay around and keep on listening.
parent 50275cce
......@@ -127,7 +127,7 @@
groupview.removeAll();
groupview.remove();
});
this.rosterview.remove();
this.rosterview.removeAll().remove();
}
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment