From 603d9bb1f49c58f2958460bc96093c684d0165cc Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 3 Mar 2015 10:00:48 +0100 Subject: Make sure RemoteClient's localsocket is freed early enough on shutdown Change-Id: Idb0afb201f4759696988566f08baeb156c3bb7be Reviewed-by: Karsten Heimrich --- src/libs/installer/remoteclient.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs') diff --git a/src/libs/installer/remoteclient.cpp b/src/libs/installer/remoteclient.cpp index 12cec0efa..445354f89 100644 --- a/src/libs/installer/remoteclient.cpp +++ b/src/libs/installer/remoteclient.cpp @@ -79,6 +79,7 @@ void RemoteClient::shutdown() { Q_D(RemoteClient); d->shutdown(); + d_ptr.reset(); } bool RemoteClient::isActive() const -- cgit v1.2.3