Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable19] Fix memory and event handler leaks in calls #4160

Merged
merged 3 commits into from Sep 16, 2020

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #4140

This fixes a memory leak of the view associated to the
SpeakingWhileMutedWarner as well as any other component that the view is
part of (due to the parent component reference of Vue).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This fixes some events being still handled by the analyzers after they
were destroyed.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This fixes some events being still handled by the models after they were
removed from the collection.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
@nickvergessen nickvergessen merged commit f9622b4 into stable19 Sep 16, 2020
@nickvergessen nickvergessen deleted the backport/4140/stable19 branch September 16, 2020 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature: call 📹 Voice and video calls feature: frontend 🖌️ "Web UI" client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants