From e4a609f250716aa480981941de52ee6c0ed1d773 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sun, 26 Apr 2020 20:17:13 +0300 Subject: [PATCH] release Applets.latteBridge on destruction --- .../package/contents/ui/applet/communicator/LatteBridge.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/containment/package/contents/ui/applet/communicator/LatteBridge.qml b/containment/package/contents/ui/applet/communicator/LatteBridge.qml index 8700539de..8cb2713b6 100644 --- a/containment/package/contents/ui/applet/communicator/LatteBridge.qml +++ b/containment/package/contents/ui/applet/communicator/LatteBridge.qml @@ -131,4 +131,8 @@ Item{ Component.onCompleted: { appletRootItem.latteBridge = settings; } + + Component.onDestruction: { + appletRootItem.latteBridge = null; + } }