summary refs log tree commit diff
path: root/resources/qml/voip/CallInvite.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-02-21 05:01:01 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-02-21 05:01:01 +0100
commitff4334d59e950e9f51a924e06457f21fa1bbaf2a (patch)
tree5db6dd4cbf91af2bcaf434a9f1765991602ddf72 /resources/qml/voip/CallInvite.qml
parentFix forward completer (diff)
downloadnheko-ff4334d59e950e9f51a924e06457f21fa1bbaf2a.tar.xz
Don't leak dialogs
It seems that you need to manually destroy created objects... Great...

fixes #898
Diffstat (limited to 'resources/qml/voip/CallInvite.qml')
-rw-r--r--resources/qml/voip/CallInvite.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/voip/CallInvite.qml b/resources/qml/voip/CallInvite.qml

index a17e18d5..3bf7c4cd 100644 --- a/resources/qml/voip/CallInvite.qml +++ b/resources/qml/voip/CallInvite.qml
@@ -136,6 +136,7 @@ Popup { "image": ":/icons/icons/ui/place-call.svg" }); dialog.open(); + timelineRoot.destroyOnClose(dialog); return false; } return true;