[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:56 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=963a15b

The following commit has been merged in the master branch:
commit 963a15bd0889eedb0705c281798b3aacb26dc63f
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Tue Jul 5 12:42:57 2016 +0200

    Fixed crash where a device was destroyed but links tried to use it.
---
 core/device.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/device.cpp b/core/device.cpp
index 059abb2..a686822 100644
--- a/core/device.cpp
+++ b/core/device.cpp
@@ -88,6 +88,8 @@ Device::Device(QObject* parent, const NetworkPackage& identityPackage, DeviceLin
 
 Device::~Device()
 {
+    qDeleteAll(m_deviceLinks);
+    m_deviceLinks.clear();
 }
 
 bool Device::hasPlugin(const QString& name) const

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list