From b8e94517d3ff6847f1535317d42d2e38faf85f9e Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 27 Feb 2013 09:17:32 +0000 Subject: sdremote: close socket in destructor. --- sd/source/ui/remotecontrol/DiscoveryService.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sd') diff --git a/sd/source/ui/remotecontrol/DiscoveryService.cxx b/sd/source/ui/remotecontrol/DiscoveryService.cxx index 3f53681459d3..2cfa2624b598 100644 --- a/sd/source/ui/remotecontrol/DiscoveryService.cxx +++ b/sd/source/ui/remotecontrol/DiscoveryService.cxx @@ -76,6 +76,7 @@ DiscoveryService::DiscoveryService() : DiscoveryService::~DiscoveryService() { + close( mSocket ); } void SAL_CALL DiscoveryService::run() -- cgit