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

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


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

The following commit has been merged in the master branch:
commit 2f33fa0fc799929876a128ec5e93c0c961996de2
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Wed Feb 17 05:06:37 2016 -0800

    Hack to fix crash
---
 plugins/sftp/mounter.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
index 8cd1ef4..ed99601 100644
--- a/plugins/sftp/mounter.cpp
+++ b/plugins/sftp/mounter.cpp
@@ -54,7 +54,8 @@ Mounter::Mounter(SftpPlugin* sftp)
 Mounter::~Mounter()
 {
     qCDebug(KDECONNECT_PLUGIN_SFTP) << "Destroy mounter";
-    unmount();
+    //FIXME: We don't unmount becuase it crashes if we try to unmount while the filesystem is being used. Potential memory leak.
+    //unmount();
 }
 
 bool Mounter::wait()

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list